#219F97

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

Shades of Java #219F97

Tints of Java #219F97

Color information

#219F97 (or 0x219F97) is unknown color: approx Java. HEX triplet: 21, 9F and 97. RGB value is (33,159,151). Sum of RGB (Red+Green+Blue) = 33+159+151=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 151 (59.38% from 255 or 44.02% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #219F97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219F97 is #DE6068. Grayscale: #787878. Windows color (decimal): -14573673 or 9936673. OLE color: 9936673.

HSL color Cylindrical-coordinate representation of color #219F97: hue angle of 176.19º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219F97 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB33159151-
CMYK0.7900.050.38
HSL176.19º65.62%37.65%-
HSV(B)176.19º79.25%62.35%-
XYZ18.6127.3533.58-
YUV120.41145.2665.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.62%
GREEN value IS 159 (62.5% from 255) = 46.36%
BLUE value IS 151 (59.38% from 255) = 44.02%
R=9.62%
G=46.36%
B=44.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331591510.7900.050.38176.1965.6237.65
Hex219F974F0526b04226
Octal41237227117054626010246
Binary100001100111111001011110011110101100110101100001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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