#12999A

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

Shades of Java #12999A

Tints of Java #12999A

Color information

#12999A (or 0x12999A) is unknown color: approx Java. HEX triplet: 12, 99 and 9A. RGB value is (18,153,154). Sum of RGB (Red+Green+Blue) = 18+153+154=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #12999A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12999A is #ED6665. Grayscale: #707070. Windows color (decimal): -15558246 or 10131730. OLE color: 10131730.

HSL color Cylindrical-coordinate representation of color #12999A: hue angle of 180.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12999A is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB18153154-
CMYK0.880.0100.40
HSL180.44º79.07%33.73%-
HSV(B)180.44º88.31%60.39%-
XYZ17.4725.2434.52-
YUV112.75151.2760.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.54%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 154 (60.55% from 255) = 47.38%
R=5.54%
G=47.08%
B=47.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181531540.880.0100.40180.4479.0733.73
Hex12999A581028b44f22
Octal22231232130105026411742
Binary100101001100110011010101100010101000101101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,153,154); }

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

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

 a { background-color: rgb(18,153,154); }

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

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

 span { border-color: rgb(18,153,154); }

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