#217969

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

Shades of Deep Sea #217969

Tints of Deep Sea #217969

Color information

#217969 (or 0x217969) is unknown color: approx Deep Sea. HEX triplet: 21, 79 and 69. RGB value is (33,121,105). Sum of RGB (Red+Green+Blue) = 33+121+105=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #217969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217969 is #DE8696. Grayscale: #5C5C5C. Windows color (decimal): -14583447 or 6912289. OLE color: 6912289.

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

Color convert

RGB33121105-
CMYK0.7300.130.53
HSL169.09º57.14%30.2%-
HSV(B)169.09º72.73%47.45%-
XYZ10.0115.0215.74-
YUV92.86134.8585.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 121 (47.66% from 255) = 46.72%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=12.74%
G=46.72%
B=40.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331211050.7300.130.53169.0957.1430.2
Hex217969490D35a9391e
Octal41171151111015652517136
Binary100001111100111010011001001011011101011010100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217969; }

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

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

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

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

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

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

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

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