#217565

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

Shades of Deep Sea #217565

Tints of Deep Sea #217565

Color information

#217565 (or 0x217565) is unknown color: approx Deep Sea. HEX triplet: 21, 75 and 65. RGB value is (33,117,101). Sum of RGB (Red+Green+Blue) = 33+117+101=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #217565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217565 is #DE8A9A. Grayscale: #5A5A5A. Windows color (decimal): -14584475 or 6649121. OLE color: 6649121.

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

Color convert

RGB33117101-
CMYK0.7200.140.54
HSL168.57º56%29.41%-
HSV(B)168.57º71.79%45.88%-
XYZ9.3413.9914.52-
YUV90.06134.1787.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 101 (39.84% from 255) = 40.24%
R=13.15%
G=46.61%
B=40.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331171010.7200.140.54168.575629.41
Hex217565480E36a9381d
Octal41165145110016662517035
Binary100001111010111001011001000011101101101010100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217565; }

 p { color: rgb(33,117,101); }

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

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

 a { background-color: rgb(33,117,101); }

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

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

 span { border-color: rgb(33,117,101); }

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