#12969A

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

Shades of Java #12969A

Tints of Java #12969A

Color information

#12969A (or 0x12969A) is unknown color: approx Java. HEX triplet: 12, 96 and 9A. RGB value is (18,150,154). Sum of RGB (Red+Green+Blue) = 18+150+154=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #12969A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12969A is #ED6965. Grayscale: #6E6E6E. Windows color (decimal): -15559014 or 10130962. OLE color: 10130962.

HSL color Cylindrical-coordinate representation of color #12969A: hue angle of 181.76º 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 #12969A is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB18150154-
CMYK0.880.0300.40
HSL181.76º79.07%33.73%-
HSV(B)181.76º88.31%60.39%-
XYZ16.9924.2734.36-
YUV110.99152.2761.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.59%
GREEN value IS 150 (58.98% from 255) = 46.58%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=5.59%
G=46.58%
B=47.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181501540.880.0300.40181.7679.0733.73
Hex12969A583028b64f22
Octal22226232130305026611742
Binary1001010010110100110101011000110101000101101101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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