#219B97

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

Shades of Java #219B97

Tints of Java #219B97

Color information

#219B97 (or 0x219B97) is unknown color: approx Java. HEX triplet: 21, 9B and 97. RGB value is (33,155,151). Sum of RGB (Red+Green+Blue) = 33+155+151=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #219B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219B97 is #DE6468. Grayscale: #757575. Windows color (decimal): -14574697 or 9935649. OLE color: 9935649.

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

Color convert

RGB33155151-
CMYK0.7900.030.39
HSL178.03º64.89%36.86%-
HSV(B)178.03º78.71%60.78%-
XYZ17.932633.35-
YUV118.07146.5867.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.73%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 151 (59.38% from 255) = 44.54%
R=9.73%
G=45.72%
B=44.54%

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
Decimal331551510.7900.030.39178.0364.8936.86
Hex219B974F0327b24125
Octal41233227117034726210145
Binary10000110011011100101111001111011100111101100101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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