#219B9C

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

Shades of Java #219B9C

Tints of Java #219B9C

Color information

#219B9C (or 0x219B9C) is unknown color: approx Java. HEX triplet: 21, 9B and 9C. RGB value is (33,155,156). Sum of RGB (Red+Green+Blue) = 33+155+156=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #219B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219B9C is #DE6463. Grayscale: #767676. Windows color (decimal): -14574692 or 10263329. OLE color: 10263329.

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

Color convert

RGB33155156-
CMYK0.790.0100.39
HSL180.49º65.08%37.06%-
HSV(B)180.49º78.85%61.18%-
XYZ18.3526.1735.54-
YUV118.64149.0866.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.59%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=9.59%
G=45.06%
B=45.35%

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
Decimal331551560.790.0100.39180.4965.0837.06
Hex219B9C4F1027b44125
Octal41233234117104726410145
Binary1000011001101110011100100111110100111101101001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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