#18949A

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

Shades of Java #18949A

Tints of Java #18949A

Color information

#18949A (or 0x18949A) is unknown color: approx Java. HEX triplet: 18, 94 and 9A. RGB value is (24,148,154). Sum of RGB (Red+Green+Blue) = 24+148+154=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #18949A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18949A is #E76B65. Grayscale: #6F6F6F. Windows color (decimal): -15166310 or 10130456. OLE color: 10130456.

HSL color Cylindrical-coordinate representation of color #18949A: hue angle of 182.77º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18949A is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB24148154-
CMYK0.840.0400.40
HSL182.77º73.03%34.9%-
HSV(B)182.77º84.42%60.39%-
XYZ16.823.7134.26-
YUV111.61151.9265.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.36%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=7.36%
G=45.40%
B=47.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal241481540.840.0400.40182.7773.0334.9
Hex18949A544028b74923
Octal30224232124405026711143
Binary11000100101001001101010101001000101000101101111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18949A; }

 p { color: rgb(24,148,154); }

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

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

 a { background-color: rgb(24,148,154); }

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

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

 span { border-color: rgb(24,148,154); }

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