#1899A2

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

Shades of Java #1899A2

Tints of Java #1899A2

Color information

#1899A2 (or 0x1899A2) is unknown color: approx Java. HEX triplet: 18, 99 and A2. RGB value is (24,153,162). Sum of RGB (Red+Green+Blue) = 24+153+162=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #1899A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1899A2 is #E7665D. Grayscale: #737373. Windows color (decimal): -15165022 or 10656024. OLE color: 10656024.

HSL color Cylindrical-coordinate representation of color #1899A2: hue angle of 183.91º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1899A2 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB24153162-
CMYK0.850.0600.36
HSL183.91º74.19%36.47%-
HSV(B)183.91º85.19%63.53%-
XYZ18.2925.5938.16-
YUV115.46154.2662.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.08%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 162 (63.67% from 255) = 47.79%
R=7.08%
G=45.13%
B=47.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241531620.850.0600.36183.9174.1936.47
Hex1899A2556024b84a24
Octal30231242125604427011244
Binary11000100110011010001010101011100100100101110001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1899A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1899A2; }

 p { color: rgb(24,153,162); }

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

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

 a { background-color: rgb(24,153,162); }

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

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

 span { border-color: rgb(24,153,162); }

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