#217662

Color #217662 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #217662

Tints of Deep Sea #217662

Color information

#217662 (or 0x217662) is unknown color: approx Deep Sea. HEX triplet: 21, 76 and 62. RGB value is (33,118,98). Sum of RGB (Red+Green+Blue) = 33+118+98=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #217662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217662 is #DE899D. Grayscale: #5A5A5A. Windows color (decimal): -14584222 or 6452769. OLE color: 6452769.

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

Color convert

RGB3311898-
CMYK0.7200.170.54
HSL165.88º56.29%29.61%-
HSV(B)165.88º72.03%46.27%-
XYZ9.3114.1613.8-
YUV90.3132.3487.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=13.25%
G=47.39%
B=39.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33118980.7200.170.54165.8856.2929.61
Hex2176624801136a6381e
Octal41166142110021662467036
Binary1000011110110110001010010000100011101101010011011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217662; }

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

 H1.HeaderClassName
 {
   color: #217662;
 }
 .AnyTagClassName
 {
   color: #217662;
 }
</style>
background-color css

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

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

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

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

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

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