#219C8D

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

Shades of Java #219C8D

Tints of Java #219C8D

Color information

#219C8D (or 0x219C8D) is unknown color: approx Java. HEX triplet: 21, 9C and 8D. RGB value is (33,156,141). Sum of RGB (Red+Green+Blue) = 33+156+141=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #219C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C8D is #DE6372. Grayscale: #757575. Windows color (decimal): -14574451 or 9280545. OLE color: 9280545.

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

Color convert

RGB33156141-
CMYK0.7900.100.39
HSL172.68º65.08%37.06%-
HSV(B)172.68º78.85%61.18%-
XYZ17.3226.0229.31-
YUV117.51141.2567.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=10%
G=47.27%
B=42.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331561410.7900.100.39172.6865.0837.06
Hex219C8D4F0A27ad4125
Octal412342151170124725510145
Binary1000011001110010001101100111101010100111101011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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