#217166

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

Shades of Deep Sea #217166

Tints of Deep Sea #217166

Color information

#217166 (or 0x217166) is unknown color: approx Deep Sea. HEX triplet: 21, 71 and 66. RGB value is (33,113,102). Sum of RGB (Red+Green+Blue) = 33+113+102=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #217166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217166 is #DE8E99. Grayscale: #575757. Windows color (decimal): -14585498 or 6713633. OLE color: 6713633.

HSL color Cylindrical-coordinate representation of color #217166: hue angle of 171.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217166 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB33113102-
CMYK0.7100.100.56
HSL171.75º54.79%28.63%-
HSV(B)171.75º70.8%44.31%-
XYZ8.9313.0914.63-
YUV87.8313688.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.31%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=13.31%
G=45.56%
B=41.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331131020.7100.100.56171.7554.7928.63
Hex217166470A38ac371d
Octal41161146107012702546735
Binary100001111000111001101000111010101110001010110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217166; }

 p { color: rgb(33,113,102); }

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

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

 a { background-color: rgb(33,113,102); }

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

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

 span { border-color: rgb(33,113,102); }

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