#217861

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

Shades of Deep Sea #217861

Tints of Deep Sea #217861

Color information

#217861 (or 0x217861) is unknown color: approx Deep Sea. HEX triplet: 21, 78 and 61. RGB value is (33,120,97). Sum of RGB (Red+Green+Blue) = 33+120+97=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #217861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217861 is #DE879E. Grayscale: #5B5B5B. Windows color (decimal): -14583711 or 6387745. OLE color: 6387745.

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

Color convert

RGB3312097-
CMYK0.7200.190.53
HSL164.14º56.86%30%-
HSV(B)164.14º72.5%47.06%-
XYZ9.514.6213.63-
YUV91.36131.1886.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=13.2%
G=48%
B=38.8%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120970.7200.190.53164.1456.8630
Hex2178614801335a4391e
Octal41170141110023652447136
Binary1000011111000110000110010000100111101011010010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217861; }

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

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

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

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

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

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

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

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