#219A9C

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

Shades of Java #219A9C

Tints of Java #219A9C

Color information

#219A9C (or 0x219A9C) is unknown color: approx Java. HEX triplet: 21, 9A and 9C. RGB value is (33,154,156). Sum of RGB (Red+Green+Blue) = 33+154+156=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #219A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219A9C is #DE6563. Grayscale: #757575. Windows color (decimal): -14574948 or 10263073. OLE color: 10263073.

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

Color convert

RGB33154156-
CMYK0.790.0100.39
HSL180.98º65.08%37.06%-
HSV(B)180.98º78.85%61.18%-
XYZ18.1825.8335.48-
YUV118.05149.4167.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.62%
GREEN value IS 154 (60.55% from 255) = 44.90%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=9.62%
G=44.90%
B=45.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331541560.790.0100.39180.9865.0837.06
Hex219A9C4F1027b54125
Octal41232234117104726510145
Binary1000011001101010011100100111110100111101101011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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