#217260

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

Shades of Deep Sea #217260

Tints of Deep Sea #217260

Color information

#217260 (or 0x217260) is unknown color: approx Deep Sea. HEX triplet: 21, 72 and 60. RGB value is (33,114,96). Sum of RGB (Red+Green+Blue) = 33+114+96=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #217260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217260 is #DE8D9F. Grayscale: #575757. Windows color (decimal): -14585248 or 6320673. OLE color: 6320673.

HSL color Cylindrical-coordinate representation of color #217260: hue angle of 166.67º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217260 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB3311496-
CMYK0.7100.160.55
HSL166.67º55.1%28.82%-
HSV(B)166.67º71.05%44.71%-
XYZ8.7613.213.15-
YUV87.73132.6688.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 114 (44.92% from 255) = 46.91%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=13.58%
G=46.91%
B=39.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114960.7100.160.55166.6755.128.82
Hex2172604701037a7371d
Octal41162140107020672476735
Binary1000011110010110000010001110100001101111010011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217260; }

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

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

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

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

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

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

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

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