#217266

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

Shades of Deep Sea #217266

Tints of Deep Sea #217266

Color information

#217266 (or 0x217266) is unknown color: approx Deep Sea. HEX triplet: 21, 72 and 66. RGB value is (33,114,102). Sum of RGB (Red+Green+Blue) = 33+114+102=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #217266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217266 is #DE8D99. Grayscale: #585858. Windows color (decimal): -14585242 or 6713889. OLE color: 6713889.

HSL color Cylindrical-coordinate representation of color #217266: hue angle of 171.11º 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 #217266 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB33114102-
CMYK0.7100.110.55
HSL171.11º55.1%28.82%-
HSV(B)171.11º71.05%44.71%-
XYZ9.0413.3214.66-
YUV88.41135.6688.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=13.25%
G=45.78%
B=40.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal331141020.7100.110.55171.1155.128.82
Hex217266470B37ab371d
Octal41162146107013672536735
Binary100001111001011001101000111010111101111010101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217266; }

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

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

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

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

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

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

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

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