#217261

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

Shades of Deep Sea #217261

Tints of Deep Sea #217261

Color information

#217261 (or 0x217261) is unknown color: approx Deep Sea. HEX triplet: 21, 72 and 61. RGB value is (33,114,97). Sum of RGB (Red+Green+Blue) = 33+114+97=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #217261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217261 is #DE8D9E. Grayscale: #575757. Windows color (decimal): -14585247 or 6386209. OLE color: 6386209.

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

Color convert

RGB3311497-
CMYK0.7100.150.55
HSL167.41º55.1%28.82%-
HSV(B)167.41º71.05%44.71%-
XYZ8.813.2213.4-
YUV87.84133.1688.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=13.52%
G=46.72%
B=39.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114970.7100.150.55167.4155.128.82
Hex217261470F37a7371d
Octal41162141107017672476735
Binary100001111001011000011000111011111101111010011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217261; }

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

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

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

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

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

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

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

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