Html Css Color HEX #158371 Deep Sea

📋 copy color: '#158371'

red 21 ◦ green 131 ◦ blue 113

#158371
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #158371

Tints of Deep Sea #158371

RGB

 RED value IS 21 (8.59% from 255) = 7.92%

 GREEN value IS 131 (51.56% from 255) = 49.43%

 BLUE value IS 113 (44.53% from 255) = 42.64%

R = 7.92%
G = 49.43%
B = 42.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#158371 (or 0x158371) is known color: Deep Sea. HEX triplet: 15, 83 and 71. RGB value is (21,131,113). Sum of RGB (Red+Green+Blue) = 21+131+113=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #158371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158371 is #EA7C8E. Grayscale: #606060. Windows color (decimal): -15367311 or 7439125. OLE color: 7439125.

HSL color Cylindrical-coordinate representation of color #158371: hue angle of 170.18º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158371 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 131 113 -
CMYK 0.84 0 0.14 0.49
HSL 170.18º 0.72% 0.3% -
HSV(B) 170.18º 0.84% 0.51% -
XYZ 11.41 17.58 18.42 -
YUV 96.06 137.56 74.46 -
System Red Green Blue C M Y K H S L
Decimal 21 131 113 0.84 0 0.14 0.49 170.18 0.72 0.3
Hex 15 83 71 54 0 E 31 AA 48 1E
Octal 25 203 161 124 0 16 61 252 110 36
Binary 10101 10000011 1110001 1010100 0 1110 110001 10101010 1001000 11110

Color Harmonies of #158371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158371

Black with #158371

Text Example


Text Example

White with #158371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158371; }

 p { color: rgb(21,131,113); }

 H1.HeaderClassName
 {
   color: #158371;
 }
 .AnyTagClassName
 {
   color: #158371;
 }
</style>

background-color css

<style>
 a { background-color: #158371; }

 a { background-color: rgb(21,131,113); }

 div.DivClassName
 {
   background-color: #158371;
 }
 .BgClassName
 {
   background-color: #158371;
 }
</style>

border-color css

<style>
 span { border-color: #158371; }

 span { border-color: rgb(21,131,113); }

 td.TdClassName
 {
   border-color: #158371;
 }
 .TagClassName
 {
   border-color: #158371;
 }
</style>