Html Css Color HEX #157660 Deep Sea

📋 copy color: '#157660'

red 21 ◦ green 118 ◦ blue 96

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

Shades of Deep Sea #157660

Tints of Deep Sea #157660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.85%

R = 8.94%
G = 50.21%
B = 40.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#157660 (or 0x157660) is known color: Deep Sea. HEX triplet: 15, 76 and 60. RGB value is (21,118,96). Sum of RGB (Red+Green+Blue) = 21+118+96=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #157660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157660 is #EA899F. Grayscale: #565656. Windows color (decimal): -15370656 or 6321685. OLE color: 6321685.

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

Color convert

RGB 21 118 96 -
CMYK 0.82 0 0.19 0.54
HSL 166.39º 0.7% 0.27% -
HSV(B) 166.39º 0.82% 0.46% -
XYZ 8.9 13.96 13.29 -
YUV 86.49 133.36 81.29 -
System Red Green Blue C M Y K H S L
Decimal 21 118 96 0.82 0 0.19 0.54 166.39 0.7 0.27
Hex 15 76 60 52 0 13 36 A6 46 1B
Octal 25 166 140 122 0 23 66 246 106 33
Binary 10101 1110110 1100000 1010010 0 10011 110110 10100110 1000110 11011

Color Harmonies of #157660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157660

Black with #157660

Text Example


Text Example

White with #157660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157660; }

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

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

background-color css

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

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

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

border-color css

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

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

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