#19918E

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

Shades of Java #19918E

Tints of Java #19918E

Color information

#19918E (or 0x19918E) is unknown color: approx Java. HEX triplet: 19, 91 and 8E. RGB value is (25,145,142). Sum of RGB (Red+Green+Blue) = 25+145+142=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #19918E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19918E is #E66E71. Grayscale: #6C6C6C. Windows color (decimal): -15101554 or 9343257. OLE color: 9343257.

HSL color Cylindrical-coordinate representation of color #19918E: hue angle of 178.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19918E is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB25145142-
CMYK0.8300.020.43
HSL178.5º70.59%33.33%-
HSV(B)178.5º82.76%56.86%-
XYZ15.4122.4129.1-
YUV108.78146.7468.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.01%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=8.01%
G=46.47%
B=45.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal251451420.8300.020.43178.570.5933.33
Hex19918E53022Bb24721
Octal31221216123025326210741
Binary1100110010001100011101010011010101011101100101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19918E; }

 p { color: rgb(25,145,142); }

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

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

 a { background-color: rgb(25,145,142); }

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

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

 span { border-color: rgb(25,145,142); }

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