#219C96

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

Shades of Java #219C96

Tints of Java #219C96

Color information

#219C96 (or 0x219C96) is unknown color: approx Java. HEX triplet: 21, 9C and 96. RGB value is (33,156,150). Sum of RGB (Red+Green+Blue) = 33+156+150=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #219C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C96 is #DE6369. Grayscale: #767676. Windows color (decimal): -14574442 or 9870369. OLE color: 9870369.

HSL color Cylindrical-coordinate representation of color #219C96: hue angle of 177.07º 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 #219C96 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB33156150-
CMYK0.7900.040.39
HSL177.07º65.08%37.06%-
HSV(B)177.07º78.85%61.18%-
XYZ18.0226.332.98-
YUV118.54145.7566.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.73%
GREEN value IS 156 (61.33% from 255) = 46.02%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=9.73%
G=46.02%
B=44.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331561500.7900.040.39177.0765.0837.06
Hex219C964F0427b14125
Octal41234226117044726110145
Binary100001100111001001011010011110100100111101100011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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