Html Css Color HEX #157669 Deep Sea

📋 copy color: '#157669'

red 21 ◦ green 118 ◦ blue 105

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

Shades of Deep Sea #157669

Tints of Deep Sea #157669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.36%

 BLUE value IS 105 (41.41% from 255) = 43.03%

R = 8.61%
G = 48.36%
B = 43.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#157669 (or 0x157669) is known color: Deep Sea. HEX triplet: 15, 76 and 69. RGB value is (21,118,105). Sum of RGB (Red+Green+Blue) = 21+118+105=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #157669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157669 is #EA8996. Grayscale: #575757. Windows color (decimal): -15370647 or 6911509. OLE color: 6911509.

HSL color Cylindrical-coordinate representation of color #157669: hue angle of 171.96º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157669 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 118 105 -
CMYK 0.82 0 0.11 0.54
HSL 171.96º 0.7% 0.27% -
HSV(B) 171.96º 0.82% 0.46% -
XYZ 9.34 14.14 15.6 -
YUV 87.52 137.86 80.56 -
System Red Green Blue C M Y K H S L
Decimal 21 118 105 0.82 0 0.11 0.54 171.96 0.7 0.27
Hex 15 76 69 52 0 B 36 AC 46 1B
Octal 25 166 151 122 0 13 66 254 106 33
Binary 10101 1110110 1101001 1010010 0 1011 110110 10101100 1000110 11011

Color Harmonies of #157669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157669

Black with #157669

Text Example


Text Example

White with #157669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157669; }

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

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

background-color css

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

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

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

border-color css

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

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

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