#217769

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

Shades of Deep Sea #217769

Tints of Deep Sea #217769

Color information

#217769 (or 0x217769) is unknown color: approx Deep Sea. HEX triplet: 21, 77 and 69. RGB value is (33,119,105). Sum of RGB (Red+Green+Blue) = 33+119+105=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #217769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217769 is #DE8896. Grayscale: #5B5B5B. Windows color (decimal): -14583959 or 6911777. OLE color: 6911777.

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

Color convert

RGB33119105-
CMYK0.7200.120.53
HSL170.23º56.58%29.8%-
HSV(B)170.23º72.27%46.67%-
XYZ9.7714.5415.66-
YUV91.69135.5186.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 119 (46.88% from 255) = 46.30%
BLUE value IS 105 (41.41% from 255) = 40.86%
R=12.84%
G=46.30%
B=40.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331191050.7200.120.53170.2356.5829.8
Hex217769480C35aa391e
Octal41167151110014652527136
Binary100001111011111010011001000011001101011010101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217769; }

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

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

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

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

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

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

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

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