#217961

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

Shades of Deep Sea #217961

Tints of Deep Sea #217961

Color information

#217961 (or 0x217961) is unknown color: approx Deep Sea. HEX triplet: 21, 79 and 61. RGB value is (33,121,97). Sum of RGB (Red+Green+Blue) = 33+121+97=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #217961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217961 is #DE869E. Grayscale: #5B5B5B. Windows color (decimal): -14583455 or 6388001. OLE color: 6388001.

HSL color Cylindrical-coordinate representation of color #217961: hue angle of 163.64º 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 #217961 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB3312197-
CMYK0.7300.200.53
HSL163.64º57.14%30.2%-
HSV(B)163.64º72.73%47.45%-
XYZ9.6214.8613.67-
YUV91.95130.8585.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 121 (47.66% from 255) = 48.21%
BLUE value IS 97 (38.28% from 255) = 38.65%
R=13.15%
G=48.21%
B=38.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33121970.7300.200.53163.6457.1430.2
Hex2179614901435a4391e
Octal41171141111024652447136
Binary1000011111001110000110010010101001101011010010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217961; }

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

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

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

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

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

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

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

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