#217765

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

Shades of Deep Sea #217765

Tints of Deep Sea #217765

Color information

#217765 (or 0x217765) is unknown color: approx Deep Sea. HEX triplet: 21, 77 and 65. RGB value is (33,119,101). Sum of RGB (Red+Green+Blue) = 33+119+101=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #217765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217765 is #DE889A. Grayscale: #5B5B5B. Windows color (decimal): -14583963 or 6649633. OLE color: 6649633.

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

Color convert

RGB33119101-
CMYK0.7200.150.53
HSL167.44º56.58%29.8%-
HSV(B)167.44º72.27%46.67%-
XYZ9.5714.4614.6-
YUV91.23133.5186.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=13.04%
G=47.04%
B=39.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331191010.7200.150.53167.4456.5829.8
Hex217765480F35a7391e
Octal41167145110017652477136
Binary100001111011111001011001000011111101011010011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217765; }

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

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

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

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

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

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

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

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