Html Css Color HEX #157A5D Deep Sea

📋 copy color: '#157A5D'

red 21 ◦ green 122 ◦ blue 93

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

Shades of Deep Sea #157A5D

Tints of Deep Sea #157A5D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.69%

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

R = 8.9%
G = 51.69%
B = 39.41%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#157A5D (or 0x157A5D) is known color: Deep Sea. HEX triplet: 15, 7A and 5D. RGB value is (21,122,93). Sum of RGB (Red+Green+Blue) = 21+122+93=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #157A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157A5D is #EA85A2. Grayscale: #585858. Windows color (decimal): -15369635 or 6126101. OLE color: 6126101.

HSL color Cylindrical-coordinate representation of color #157A5D: hue angle of 162.77º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157A5D is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 21 122 93 -
CMYK 0.83 0 0.24 0.52
HSL 162.77º 0.71% 0.28% -
HSV(B) 162.77º 0.83% 0.48% -
XYZ 9.24 14.87 12.74 -
YUV 88.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 21 122 93 0.83 0 0.24 0.52 162.77 0.71 0.28
Hex 15 7A 5D 53 0 18 34 A3 47 1C
Octal 25 172 135 123 0 30 64 243 107 34
Binary 10101 1111010 1011101 1010011 0 11000 110100 10100011 1000111 11100

Color Harmonies of #157A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157A5D

Black with #157A5D

Text Example


Text Example

White with #157A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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