#218C8F

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

Shades of Java #218C8F

Tints of Java #218C8F

Color information

#218C8F (or 0x218C8F) is unknown color: approx Java. HEX triplet: 21, 8C and 8F. RGB value is (33,140,143). Sum of RGB (Red+Green+Blue) = 33+140+143=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #218C8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C8F is #DE7370. Grayscale: #6C6C6C. Windows color (decimal): -14578545 or 9407521. OLE color: 9407521.

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

Color convert

RGB33140143-
CMYK0.770.0200.44
HSL181.64º62.5%34.51%-
HSV(B)181.64º76.92%56.08%-
XYZ14.9621.0629.26-
YUV108.35147.5574.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.44%
GREEN value IS 140 (55.08% from 255) = 44.30%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=10.44%
G=44.30%
B=45.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331401430.770.0200.44181.6462.534.51
Hex218C8F4D202Cb63e23
Octal4121421711520542667643
Binary1000011000110010001111100110110010110010110110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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