#218D89

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

Shades of Java #218D89

Tints of Java #218D89

Color information

#218D89 (or 0x218D89) is unknown color: approx Java. HEX triplet: 21, 8D and 89. RGB value is (33,141,137). Sum of RGB (Red+Green+Blue) = 33+141+137=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #218D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218D89 is #DE7276. Grayscale: #6C6C6C. Windows color (decimal): -14578295 or 9014561. OLE color: 9014561.

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

Color convert

RGB33141137-
CMYK0.7700.030.45
HSL177.78º62.07%34.12%-
HSV(B)177.78º76.6%55.29%-
XYZ14.6721.1826.98-
YUV108.25144.2274.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 141 (55.47% from 255) = 45.34%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=10.61%
G=45.34%
B=44.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331411370.7700.030.45177.7862.0734.12
Hex218D894D032Db23e22
Octal4121521111503552627642
Binary1000011000110110001001100110101110110110110010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,141,137); }

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

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

 a { background-color: rgb(33,141,137); }

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

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

 span { border-color: rgb(33,141,137); }

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