Html Css Color HEX #157E5D Deep Sea

📋 copy color: '#157E5D'

red 21 ◦ green 126 ◦ blue 93

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

Shades of Deep Sea #157E5D

Tints of Deep Sea #157E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.75%

R = 8.75%
G = 52.5%
B = 38.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#157E5D (or 0x157E5D) is known color: Deep Sea. HEX triplet: 15, 7E and 5D. RGB value is (21,126,93). Sum of RGB (Red+Green+Blue) = 21+126+93=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #157E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157E5D is #EA81A2. Grayscale: #5A5A5A. Windows color (decimal): -15368611 or 6127125. OLE color: 6127125.

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

Color convert

RGB 21 126 93 -
CMYK 0.83 0 0.26 0.51
HSL 161.14º 0.71% 0.29% -
HSV(B) 161.14º 0.83% 0.49% -
XYZ 9.75 15.87 12.91 -
YUV 90.84 129.21 78.18 -
System Red Green Blue C M Y K H S L
Decimal 21 126 93 0.83 0 0.26 0.51 161.14 0.71 0.29
Hex 15 7E 5D 53 0 1A 33 A1 47 1D
Octal 25 176 135 123 0 32 63 241 107 35
Binary 10101 1111110 1011101 1010011 0 11010 110011 10100001 1000111 11101

Color Harmonies of #157E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157E5D

Black with #157E5D

Text Example


Text Example

White with #157E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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