Html Css Color HEX #157566 Deep Sea

📋 copy color: '#157566'

red 21 ◦ green 117 ◦ blue 102

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

Shades of Deep Sea #157566

Tints of Deep Sea #157566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.75%

 BLUE value IS 102 (40.23% from 255) = 42.5%

R = 8.75%
G = 48.75%
B = 42.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#157566 (or 0x157566) is known color: Deep Sea. HEX triplet: 15, 75 and 66. RGB value is (21,117,102). Sum of RGB (Red+Green+Blue) = 21+117+102=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #157566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157566 is #EA8A99. Grayscale: #565656. Windows color (decimal): -15370906 or 6714645. OLE color: 6714645.

HSL color Cylindrical-coordinate representation of color #157566: hue angle of 170.62º 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 #157566 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 117 102 -
CMYK 0.82 0 0.13 0.54
HSL 170.63º 0.7% 0.27% -
HSV(B) 170.63º 0.82% 0.46% -
XYZ 9.07 13.84 14.76 -
YUV 86.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 21 117 102 0.82 0 0.13 0.54 170.63 0.7 0.27
Hex 15 75 66 52 0 D 36 AB 46 1B
Octal 25 165 146 122 0 15 66 253 106 33
Binary 10101 1110101 1100110 1010010 0 1101 110110 10101011 1000110 11011

Color Harmonies of #157566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157566

Black with #157566

Text Example


Text Example

White with #157566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157566; }

 p { color: rgb(21,117,102); }

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

background-color css

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

 a { background-color: rgb(21,117,102); }

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

border-color css

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

 span { border-color: rgb(21,117,102); }

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