#219B96

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

Shades of Java #219B96

Tints of Java #219B96

Color information

#219B96 (or 0x219B96) is unknown color: approx Java. HEX triplet: 21, 9B and 96. RGB value is (33,155,150). Sum of RGB (Red+Green+Blue) = 33+155+150=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #219B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219B96 is #DE6469. Grayscale: #757575. Windows color (decimal): -14574698 or 9870113. OLE color: 9870113.

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

Color convert

RGB33155150-
CMYK0.7900.030.39
HSL177.54º64.89%36.86%-
HSV(B)177.54º78.71%60.78%-
XYZ17.8525.9732.93-
YUV117.95146.0867.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.76%
GREEN value IS 155 (60.94% from 255) = 45.86%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=9.76%
G=45.86%
B=44.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331551500.7900.030.39177.5464.8936.86
Hex219B964F0327b24125
Octal41233226117034726210145
Binary10000110011011100101101001111011100111101100101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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