Html Css Color HEX #157759 Deep Sea

📋 copy color: '#157759'

red 21 ◦ green 119 ◦ blue 89

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

Shades of Deep Sea #157759

Tints of Deep Sea #157759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.97%

 BLUE value IS 89 (35.16% from 255) = 38.86%

R = 9.17%
G = 51.97%
B = 38.86%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#157759 (or 0x157759) is known color: Deep Sea. HEX triplet: 15, 77 and 59. RGB value is (21,119,89). Sum of RGB (Red+Green+Blue) = 21+119+89=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #157759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157759 is #EA88A6. Grayscale: #565656. Windows color (decimal): -15370407 or 5863189. OLE color: 5863189.

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

Color convert

RGB 21 119 89 -
CMYK 0.82 0 0.25 0.53
HSL 161.63º 0.7% 0.27% -
HSV(B) 161.63º 0.82% 0.47% -
XYZ 8.71 14.07 11.71 -
YUV 86.28 129.53 81.44 -
System Red Green Blue C M Y K H S L
Decimal 21 119 89 0.82 0 0.25 0.53 161.63 0.7 0.27
Hex 15 77 59 52 0 19 35 A2 46 1B
Octal 25 167 131 122 0 31 65 242 106 33
Binary 10101 1110111 1011001 1010010 0 11001 110101 10100010 1000110 11011

Color Harmonies of #157759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157759

Black with #157759

Text Example


Text Example

White with #157759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157759; }

 p { color: rgb(21,119,89); }

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

background-color css

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

 a { background-color: rgb(21,119,89); }

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

border-color css

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

 span { border-color: rgb(21,119,89); }

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