Html Css Color HEX #157E59 Deep Sea

📋 copy color: '#157E59'

red 21 ◦ green 126 ◦ blue 89

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

Shades of Deep Sea #157E59

Tints of Deep Sea #157E59

RGB

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

 GREEN value IS 126 (49.61% from 255) = 53.39%

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

R = 8.9%
G = 53.39%
B = 37.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#157E59 (or 0x157E59) is known color: Deep Sea. HEX triplet: 15, 7E and 59. RGB value is (21,126,89). Sum of RGB (Red+Green+Blue) = 21+126+89=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 126 (49.61% from 255 or 53.39% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 126 - color contains mainly: green. Hex color #157E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157E59 is #EA81A6. Grayscale: #5A5A5A. Windows color (decimal): -15368615 or 5864981. OLE color: 5864981.

HSL color Cylindrical-coordinate representation of color #157E59: hue angle of 158.86º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157E59 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 126 89 -
CMYK 0.83 0 0.29 0.51
HSL 158.86º 0.71% 0.29% -
HSV(B) 158.86º 0.83% 0.49% -
XYZ 9.57 15.8 12 -
YUV 90.39 127.21 78.51 -
System Red Green Blue C M Y K H S L
Decimal 21 126 89 0.83 0 0.29 0.51 158.86 0.71 0.29
Hex 15 7E 59 53 0 1D 33 9F 47 1D
Octal 25 176 131 123 0 35 63 237 107 35
Binary 10101 1111110 1011001 1010011 0 11101 110011 10011111 1000111 11101

Color Harmonies of #157E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157E59

Black with #157E59

Text Example


Text Example

White with #157E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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