#217560

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

Shades of Deep Sea #217560

Tints of Deep Sea #217560

Color information

#217560 (or 0x217560) is unknown color: approx Deep Sea. HEX triplet: 21, 75 and 60. RGB value is (33,117,96). Sum of RGB (Red+Green+Blue) = 33+117+96=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #217560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217560 is #DE8A9F. Grayscale: #595959. Windows color (decimal): -14584480 or 6321441. OLE color: 6321441.

HSL color Cylindrical-coordinate representation of color #217560: hue angle of 165º 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 #217560 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB3311796-
CMYK0.7200.180.54
HSL165º56%29.41%-
HSV(B)165º71.79%45.88%-
XYZ9.113.8913.27-
YUV89.49131.6787.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 117 (46.09% from 255) = 47.56%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=13.41%
G=47.56%
B=39.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33117960.7200.180.541655629.41
Hex2175604801236a5381d
Octal41165140110022662457035
Binary1000011110101110000010010000100101101101010010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217560; }

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

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

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

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

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

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

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

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