Html Css Color HEX #157060 Deep Sea

📋 copy color: '#157060'

red 21 ◦ green 112 ◦ blue 96

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

Shades of Deep Sea #157060

Tints of Deep Sea #157060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.91%

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

R = 9.17%
G = 48.91%
B = 41.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#157060 (or 0x157060) is known color: Deep Sea. HEX triplet: 15, 70 and 60. RGB value is (21,112,96). Sum of RGB (Red+Green+Blue) = 21+112+96=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #157060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157060 is #EA8F9F. Grayscale: #525252. Windows color (decimal): -15372192 or 6320149. OLE color: 6320149.

HSL color Cylindrical-coordinate representation of color #157060: hue angle of 169.45º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157060 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 21 112 96 -
CMYK 0.81 0 0.14 0.56
HSL 169.45º 0.68% 0.26% -
HSV(B) 169.45º 0.81% 0.44% -
XYZ 8.21 12.59 13.06 -
YUV 82.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 21 112 96 0.81 0 0.14 0.56 169.45 0.68 0.26
Hex 15 70 60 51 0 E 38 A9 44 1A
Octal 25 160 140 121 0 16 70 251 104 32
Binary 10101 1110000 1100000 1010001 0 1110 111000 10101001 1000100 11010

Color Harmonies of #157060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157060

Black with #157060

Text Example


Text Example

White with #157060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157060; }

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

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

background-color css

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

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

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

border-color css

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

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

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