#218E85

Color #218E85 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #218E85

Tints of Java #218E85

Color information

#218E85 (or 0x218E85) is unknown color: approx Java. HEX triplet: 21, 8E and 85. RGB value is (33,142,133). Sum of RGB (Red+Green+Blue) = 33+142+133=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #218E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218E85 is #DE717A. Grayscale: #6C6C6C. Windows color (decimal): -14578043 or 8752673. OLE color: 8752673.

HSL color Cylindrical-coordinate representation of color #218E85: hue angle of 175.05º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218E85 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB33142133-
CMYK0.7700.060.44
HSL175.05º62.29%34.31%-
HSV(B)175.05º76.76%55.69%-
XYZ14.5321.3625.55-
YUV108.38141.8974.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.71%
GREEN value IS 142 (55.86% from 255) = 46.10%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=10.71%
G=46.10%
B=43.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331421330.7700.060.44175.0562.2934.31
Hex218E854D062Caf3e22
Octal4121620511506542577642
Binary10000110001110100001011001101011010110010101111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218E85; }

 p { color: rgb(33,142,133); }

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

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

 a { background-color: rgb(33,142,133); }

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

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

 span { border-color: rgb(33,142,133); }

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