#217960

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

Shades of Deep Sea #217960

Tints of Deep Sea #217960

Color information

#217960 (or 0x217960) is unknown color: approx Deep Sea. HEX triplet: 21, 79 and 60. RGB value is (33,121,96). Sum of RGB (Red+Green+Blue) = 33+121+96=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #217960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217960 is #DE869F. Grayscale: #5B5B5B. Windows color (decimal): -14583456 or 6322465. OLE color: 6322465.

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

Color convert

RGB3312196-
CMYK0.7300.210.53
HSL162.95º57.14%30.2%-
HSV(B)162.95º72.73%47.45%-
XYZ9.5814.8413.43-
YUV91.84130.3586.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 121 (47.66% from 255) = 48.4%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=13.2%
G=48.4%
B=38.4%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33121960.7300.210.53162.9557.1430.2
Hex2179604901535a3391e
Octal41171140111025652437136
Binary1000011111001110000010010010101011101011010001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217960; }

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

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

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

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

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

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

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

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