#218260

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

Shades of Deep Sea #218260

Tints of Deep Sea #218260

Color information

#218260 (or 0x218260) is unknown color: approx Deep Sea. HEX triplet: 21, 82 and 60. RGB value is (33,130,96). Sum of RGB (Red+Green+Blue) = 33+130+96=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #218260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218260 is #DE7D9F. Grayscale: #616161. Windows color (decimal): -14581152 or 6324769. OLE color: 6324769.

HSL color Cylindrical-coordinate representation of color #218260: hue angle of 158.97º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218260 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB3313096-
CMYK0.7500.260.49
HSL158.97º59.51%31.96%-
HSV(B)158.97º74.62%50.98%-
XYZ10.7217.1313.81-
YUV97.12127.3682.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=12.74%
G=50.19%
B=37.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130960.7500.260.49158.9759.5131.96
Hex2182604B01A319f3c20
Octal41202140113032612377440
Binary100001100000101100000100101101101011000110011111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218260; }

 p { color: rgb(33,130,96); }

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

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

 a { background-color: rgb(33,130,96); }

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

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

 span { border-color: rgb(33,130,96); }

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