#217761

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

Shades of Deep Sea #217761

Tints of Deep Sea #217761

Color information

#217761 (or 0x217761) is unknown color: approx Deep Sea. HEX triplet: 21, 77 and 61. RGB value is (33,119,97). Sum of RGB (Red+Green+Blue) = 33+119+97=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #217761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217761 is #DE889E. Grayscale: #5A5A5A. Windows color (decimal): -14583967 or 6387489. OLE color: 6387489.

HSL color Cylindrical-coordinate representation of color #217761: hue angle of 164.65º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217761 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB3311997-
CMYK0.7200.180.53
HSL164.65º56.58%29.8%-
HSV(B)164.65º72.27%46.67%-
XYZ9.3814.3813.59-
YUV90.78131.5186.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 119 (46.88% from 255) = 47.79%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=13.25%
G=47.79%
B=38.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33119970.7200.180.53164.6556.5829.8
Hex2177614801235a5391e
Octal41167141110022652457136
Binary1000011110111110000110010000100101101011010010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217761; }

 p { color: rgb(33,119,97); }

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

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

 a { background-color: rgb(33,119,97); }

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

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

 span { border-color: rgb(33,119,97); }

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