Html Css Color HEX #157E5A Deep Sea

📋 copy color: '#157E5A'

red 21 ◦ green 126 ◦ blue 90

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

Shades of Deep Sea #157E5A

Tints of Deep Sea #157E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.97%

R = 8.86%
G = 53.16%
B = 37.97%

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

#157E5A (or 0x157E5A) is known color: Deep Sea. HEX triplet: 15, 7E and 5A. RGB value is (21,126,90). Sum of RGB (Red+Green+Blue) = 21+126+90=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 126 (49.61% from 255 or 53.16% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 126 - color contains mainly: green. Hex color #157E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157E5A is #EA81A5. Grayscale: #5A5A5A. Windows color (decimal): -15368614 or 5930517. OLE color: 5930517.

HSL color Cylindrical-coordinate representation of color #157E5A: hue angle of 159.43º 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 #157E5A is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 126 90 -
CMYK 0.83 0 0.29 0.51
HSL 159.43º 0.71% 0.29% -
HSV(B) 159.43º 0.83% 0.49% -
XYZ 9.62 15.82 12.22 -
YUV 90.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 21 126 90 0.83 0 0.29 0.51 159.43 0.71 0.29
Hex 15 7E 5A 53 0 1D 33 9F 47 1D
Octal 25 176 132 123 0 35 63 237 107 35
Binary 10101 1111110 1011010 1010011 0 11101 110011 10011111 1000111 11101

Color Harmonies of #157E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157E5A

Black with #157E5A

Text Example


Text Example

White with #157E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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