Html Css Color HEX #157662 Deep Sea

📋 copy color: '#157662'

red 21 ◦ green 118 ◦ blue 98

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

Shades of Deep Sea #157662

Tints of Deep Sea #157662

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.79%

 BLUE value IS 98 (38.67% from 255) = 41.35%

R = 8.86%
G = 49.79%
B = 41.35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#157662 (or 0x157662) is known color: Deep Sea. HEX triplet: 15, 76 and 62. RGB value is (21,118,98). Sum of RGB (Red+Green+Blue) = 21+118+98=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #157662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157662 is #EA899D. Grayscale: #565656. Windows color (decimal): -15370654 or 6452757. OLE color: 6452757.

HSL color Cylindrical-coordinate representation of color #157662: hue angle of 167.63º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157662 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 118 98 -
CMYK 0.82 0 0.17 0.54
HSL 167.63º 0.7% 0.27% -
HSV(B) 167.63º 0.82% 0.46% -
XYZ 8.99 14 13.78 -
YUV 86.72 134.36 81.13 -
System Red Green Blue C M Y K H S L
Decimal 21 118 98 0.82 0 0.17 0.54 167.63 0.7 0.27
Hex 15 76 62 52 0 11 36 A8 46 1B
Octal 25 166 142 122 0 21 66 250 106 33
Binary 10101 1110110 1100010 1010010 0 10001 110110 10101000 1000110 11011

Color Harmonies of #157662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157662

Black with #157662

Text Example


Text Example

White with #157662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157662; }

 p { color: rgb(21,118,98); }

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

background-color css

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

 a { background-color: rgb(21,118,98); }

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

border-color css

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

 span { border-color: rgb(21,118,98); }

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