#217868

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

Shades of Deep Sea #217868

Tints of Deep Sea #217868

Color information

#217868 (or 0x217868) is unknown color: approx Deep Sea. HEX triplet: 21, 78 and 68. RGB value is (33,120,104). Sum of RGB (Red+Green+Blue) = 33+120+104=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #217868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217868 is #DE8797. Grayscale: #5C5C5C. Windows color (decimal): -14583704 or 6846497. OLE color: 6846497.

HSL color Cylindrical-coordinate representation of color #217868: hue angle of 168.97º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217868 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB33120104-
CMYK0.7200.130.53
HSL168.97º56.86%30%-
HSV(B)168.97º72.5%47.06%-
XYZ9.8414.7615.43-
YUV92.16134.6885.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 120 (47.27% from 255) = 46.69%
BLUE value IS 104 (41.02% from 255) = 40.47%
R=12.84%
G=46.69%
B=40.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal331201040.7200.130.53168.9756.8630
Hex217868480D35a9391e
Octal41170150110015652517136
Binary100001111100011010001001000011011101011010100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217868; }

 p { color: rgb(33,120,104); }

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

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

 a { background-color: rgb(33,120,104); }

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

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

 span { border-color: rgb(33,120,104); }

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