Html Css Color HEX #157464 Deep Sea

📋 copy color: '#157464'

red 21 ◦ green 116 ◦ blue 100

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

Shades of Deep Sea #157464

Tints of Deep Sea #157464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.95%

 BLUE value IS 100 (39.45% from 255) = 42.19%

R = 8.86%
G = 48.95%
B = 42.19%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#157464 (or 0x157464) is known color: Deep Sea. HEX triplet: 15, 74 and 64. RGB value is (21,116,100). Sum of RGB (Red+Green+Blue) = 21+116+100=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #157464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157464 is #EA8B9B. Grayscale: #555555. Windows color (decimal): -15371164 or 6583317. OLE color: 6583317.

HSL color Cylindrical-coordinate representation of color #157464: hue angle of 169.89º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157464 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 116 100 -
CMYK 0.82 0 0.14 0.55
HSL 169.89º 0.69% 0.27% -
HSV(B) 169.89º 0.82% 0.45% -
XYZ 8.85 13.57 14.21 -
YUV 85.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 21 116 100 0.82 0 0.14 0.55 169.89 0.69 0.27
Hex 15 74 64 52 0 E 37 AA 45 1B
Octal 25 164 144 122 0 16 67 252 105 33
Binary 10101 1110100 1100100 1010010 0 1110 110111 10101010 1000101 11011

Color Harmonies of #157464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157464

Black with #157464

Text Example


Text Example

White with #157464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157464; }

 p { color: rgb(21,116,100); }

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

background-color css

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

 a { background-color: rgb(21,116,100); }

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

border-color css

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

 span { border-color: rgb(21,116,100); }

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