#217163

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

Shades of Deep Sea #217163

Tints of Deep Sea #217163

Color information

#217163 (or 0x217163) is unknown color: approx Deep Sea. HEX triplet: 21, 71 and 63. RGB value is (33,113,99). Sum of RGB (Red+Green+Blue) = 33+113+99=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #217163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217163 is #DE8E9C. Grayscale: #575757. Windows color (decimal): -14585501 or 6517025. OLE color: 6517025.

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

Color convert

RGB3311399-
CMYK0.7100.120.56
HSL169.5º54.79%28.63%-
HSV(B)169.5º70.8%44.31%-
XYZ8.7813.0313.86-
YUV87.48134.589.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=13.47%
G=46.12%
B=40.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113990.7100.120.56169.554.7928.63
Hex217163470C38aa371d
Octal41161143107014702526735
Binary100001111000111000111000111011001110001010101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217163; }

 p { color: rgb(33,113,99); }

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

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

 a { background-color: rgb(33,113,99); }

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

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

 span { border-color: rgb(33,113,99); }

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