#219687

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

Shades of Java #219687

Tints of Java #219687

Color information

#219687 (or 0x219687) is unknown color: approx Java. HEX triplet: 21, 96 and 87. RGB value is (33,150,135). Sum of RGB (Red+Green+Blue) = 33+150+135=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #219687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219687 is #DE6978. Grayscale: #717171. Windows color (decimal): -14575993 or 8885793. OLE color: 8885793.

HSL color Cylindrical-coordinate representation of color #219687: hue angle of 172.31º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219687 is Cyan = 0.78, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB33150135-
CMYK0.7800.10.41
HSL172.31º63.93%35.88%-
HSV(B)172.31º78%58.82%-
XYZ15.9123.8926.69-
YUV113.31140.2470.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.38%
GREEN value IS 150 (58.98% from 255) = 47.17%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=10.38%
G=47.17%
B=42.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331501350.7800.10.41172.3163.9335.88
Hex2196874E0A29ac4024
Octal412262071160125125410044
Binary1000011001011010000111100111001010101001101011001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219687; }

 p { color: rgb(33,150,135); }

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

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

 a { background-color: rgb(33,150,135); }

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

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

 span { border-color: rgb(33,150,135); }

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