Html Css Color HEX #158176 Deep Sea

📋 copy color: '#158176'

red 21 ◦ green 129 ◦ blue 118

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

Shades of Deep Sea #158176

Tints of Deep Sea #158176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.13%

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 7.84%
G = 48.13%
B = 44.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#158176 (or 0x158176) is known color: Deep Sea. HEX triplet: 15, 81 and 76. RGB value is (21,129,118). Sum of RGB (Red+Green+Blue) = 21+129+118=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #158176 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158176 is #EA7E89. Grayscale: #5F5F5F. Windows color (decimal): -15367818 or 7766293. OLE color: 7766293.

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

Color convert

RGB 21 129 118 -
CMYK 0.84 0 0.09 0.49
HSL 173.89º 0.72% 0.29% -
HSV(B) 173.89º 0.84% 0.51% -
XYZ 11.43 17.17 19.85 -
YUV 95.45 140.72 74.89 -
System Red Green Blue C M Y K H S L
Decimal 21 129 118 0.84 0 0.09 0.49 173.89 0.72 0.29
Hex 15 81 76 54 0 9 31 AE 48 1D
Octal 25 201 166 124 0 11 61 256 110 35
Binary 10101 10000001 1110110 1010100 0 1001 110001 10101110 1001000 11101

Color Harmonies of #158176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158176

Black with #158176

Text Example


Text Example

White with #158176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158176; }

 p { color: rgb(21,129,118); }

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

background-color css

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

 a { background-color: rgb(21,129,118); }

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

border-color css

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

 span { border-color: rgb(21,129,118); }

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