#218c99

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

Shades of Java #218C99

Tints of Java #218C99

Color information

#218C99 (or 0x218C99) is unknown color: approx Java. HEX triplet: 21, 8C and 99. RGB value is (33,140,153). Sum of RGB (Red+Green+Blue) = 33+140+153=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #218C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C99 is #DE7366. Grayscale: #6D6D6D. Windows color (decimal): -14578535 or 10062881. OLE color: 10062881.

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

Color convert

RGB33140153-
CMYK0.780.0800.4
HSL186.5º64.52%36.47%-
HSV(B)186.5º78.43%60%-
XYZ15.7621.3833.43-
YUV109.49152.5573.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.12%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=10.12%
G=42.94%
B=46.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal331401530.780.0800.4186.564.5236.47
Hex218C994E8028ba4124
Octal412142311161005027210144
Binary1000011000110010011001100111010000101000101110101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218c99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,140,153); }

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

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

 a { background-color: rgb(33,140,153); }

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

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

 span { border-color: rgb(33,140,153); }

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