Html Css Color HEX #157F63 Deep Sea

📋 copy color: '#157F63'

red 21 ◦ green 127 ◦ blue 99

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

Shades of Deep Sea #157F63

Tints of Deep Sea #157F63

RGB

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

 GREEN value IS 127 (50% from 255) = 51.42%

 BLUE value IS 99 (39.06% from 255) = 40.08%

R = 8.5%
G = 51.42%
B = 40.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#157F63 (or 0x157F63) is known color: Deep Sea. HEX triplet: 15, 7F and 63. RGB value is (21,127,99). Sum of RGB (Red+Green+Blue) = 21+127+99=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #157F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157F63 is #EA809C. Grayscale: #5C5C5C. Windows color (decimal): -15368349 or 6520597. OLE color: 6520597.

HSL color Cylindrical-coordinate representation of color #157F63: hue angle of 164.15º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157F63 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 127 99 -
CMYK 0.83 0 0.22 0.50
HSL 164.15º 0.72% 0.29% -
HSV(B) 164.15º 0.83% 0.5% -
XYZ 10.15 16.24 14.4 -
YUV 92.11 131.88 77.28 -
System Red Green Blue C M Y K H S L
Decimal 21 127 99 0.83 0 0.22 0.50 164.15 0.72 0.29
Hex 15 7F 63 53 0 16 32 A4 48 1D
Octal 25 177 143 123 0 26 62 244 110 35
Binary 10101 1111111 1100011 1010011 0 10110 110010 10100100 1001000 11101

Color Harmonies of #157F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157F63

Black with #157F63

Text Example


Text Example

White with #157F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,127,99); }

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

background-color css

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

 a { background-color: rgb(21,127,99); }

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

border-color css

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

 span { border-color: rgb(21,127,99); }

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