#219C90

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

Shades of Java #219C90

Tints of Java #219C90

Color information

#219C90 (or 0x219C90) is unknown color: approx Java. HEX triplet: 21, 9C and 90. RGB value is (33,156,144). Sum of RGB (Red+Green+Blue) = 33+156+144=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #219C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C90 is #DE636F. Grayscale: #757575. Windows color (decimal): -14574448 or 9477153. OLE color: 9477153.

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

Color convert

RGB33156144-
CMYK0.7900.080.39
HSL174.15º65.08%37.06%-
HSV(B)174.15º78.85%61.18%-
XYZ17.5526.1130.5-
YUV117.85142.7567.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.91%
GREEN value IS 156 (61.33% from 255) = 46.85%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=9.91%
G=46.85%
B=43.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331561440.7900.080.39174.1565.0837.06
Hex219C904F0827ae4125
Octal412342201170104725610145
Binary1000011001110010010000100111101000100111101011101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219C90; }

 p { color: rgb(33,156,144); }

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

<style>
 a { background-color: #219C90; }

 a { background-color: rgb(33,156,144); }

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

<style>
 span { border-color: #219C90; }

 span { border-color: rgb(33,156,144); }

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