Html Css Color HEX #158172 Deep Sea

📋 copy color: '#158172'

red 21 ◦ green 129 ◦ blue 114

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

Shades of Deep Sea #158172

Tints of Deep Sea #158172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 7.95%
G = 48.86%
B = 43.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#158172 (or 0x158172) is known color: Deep Sea. HEX triplet: 15, 81 and 72. RGB value is (21,129,114). Sum of RGB (Red+Green+Blue) = 21+129+114=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #158172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158172 is #EA7E8D. Grayscale: #5E5E5E. Windows color (decimal): -15367822 or 7504149. OLE color: 7504149.

HSL color Cylindrical-coordinate representation of color #158172: hue angle of 171.67º 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 #158172 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 129 114 -
CMYK 0.84 0 0.12 0.49
HSL 171.67º 0.72% 0.29% -
HSV(B) 171.67º 0.84% 0.51% -
XYZ 11.2 17.07 18.63 -
YUV 95 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 21 129 114 0.84 0 0.12 0.49 171.67 0.72 0.29
Hex 15 81 72 54 0 C 31 AC 48 1D
Octal 25 201 162 124 0 14 61 254 110 35
Binary 10101 10000001 1110010 1010100 0 1100 110001 10101100 1001000 11101

Color Harmonies of #158172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158172

Black with #158172

Text Example


Text Example

White with #158172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158172; }

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

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

background-color css

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

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

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

border-color css

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

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

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