#217667

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

Shades of Deep Sea #217667

Tints of Deep Sea #217667

Color information

#217667 (or 0x217667) is unknown color: approx Deep Sea. HEX triplet: 21, 76 and 67. RGB value is (33,118,103). Sum of RGB (Red+Green+Blue) = 33+118+103=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #217667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217667 is #DE8998. Grayscale: #5A5A5A. Windows color (decimal): -14584217 or 6780449. OLE color: 6780449.

HSL color Cylindrical-coordinate representation of color #217667: hue angle of 169.41º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217667 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB33118103-
CMYK0.7200.130.54
HSL169.41º56.29%29.61%-
HSV(B)169.41º72.03%46.27%-
XYZ9.5514.2615.08-
YUV90.88134.8486.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.99%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 103 (40.62% from 255) = 40.55%
R=12.99%
G=46.46%
B=40.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331181030.7200.130.54169.4156.2929.61
Hex217667480D36a9381e
Octal41166147110015662517036
Binary100001111011011001111001000011011101101010100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217667; }

 p { color: rgb(33,118,103); }

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

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

 a { background-color: rgb(33,118,103); }

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

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

 span { border-color: rgb(33,118,103); }

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