#218E9A

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

Shades of Java #218E9A

Tints of Java #218E9A

Color information

#218E9A (or 0x218E9A) is unknown color: approx Java. HEX triplet: 21, 8E and 9A. RGB value is (33,142,154). Sum of RGB (Red+Green+Blue) = 33+142+154=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #218E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218E9A is #DE7165. Grayscale: #6E6E6E. Windows color (decimal): -14578022 or 10128929. OLE color: 10128929.

HSL color Cylindrical-coordinate representation of color #218E9A: hue angle of 185.95º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #218E9A is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB33142154-
CMYK0.790.0800.40
HSL185.95º64.71%36.67%-
HSV(B)185.95º78.57%60.39%-
XYZ16.132233.97-
YUV110.78152.3972.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.03%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=10.03%
G=43.16%
B=46.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331421540.790.0800.40185.9564.7136.67
Hex218E9A4F8028ba4125
Octal412162321171005027210145
Binary1000011000111010011010100111110000101000101110101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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