#218C91

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

Shades of Java #218C91

Tints of Java #218C91

Color information

#218C91 (or 0x218C91) is unknown color: approx Java. HEX triplet: 21, 8C and 91. RGB value is (33,140,145). Sum of RGB (Red+Green+Blue) = 33+140+145=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #218C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C91 is #DE736E. Grayscale: #6C6C6C. Windows color (decimal): -14578543 or 9538593. OLE color: 9538593.

HSL color Cylindrical-coordinate representation of color #218C91: hue angle of 182.68º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218C91 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB33140145-
CMYK0.770.0300.43
HSL182.68º62.92%34.9%-
HSV(B)182.68º77.24%56.86%-
XYZ15.1221.1230.07-
YUV108.58148.5574.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.38%
GREEN value IS 140 (55.08% from 255) = 44.03%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=10.38%
G=44.03%
B=45.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331401450.770.0300.43182.6862.9234.9
Hex218C914D302Bb73f23
Octal4121422111530532677743
Binary1000011000110010010001100110111010101110110111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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