#129EA1

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

Shades of Java #129EA1

Tints of Java #129EA1

Color information

#129EA1 (or 0x129EA1) is unknown color: approx Java. HEX triplet: 12, 9E and A1. RGB value is (18,158,161). Sum of RGB (Red+Green+Blue) = 18+158+161=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 161 - color contains mainly: blue. Hex color #129EA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129EA1 is #ED615E. Grayscale: #747474. Windows color (decimal): -15556959 or 10591762. OLE color: 10591762.

HSL color Cylindrical-coordinate representation of color #129EA1: hue angle of 181.26º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129EA1 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB18158161-
CMYK0.890.0200.37
HSL181.26º79.89%35.1%-
HSV(B)181.26º88.82%63.14%-
XYZ18.9127.1637.96-
YUV116.48153.1257.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 158 (62.11% from 255) = 46.88%
BLUE value IS 161 (63.28% from 255) = 47.77%
R=5.34%
G=46.88%
B=47.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal181581610.890.0200.37181.2679.8935.1
Hex129EA1592025b55023
Octal22236241131204526512043
Binary1001010011110101000011011001100100101101101011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129EA1; }

 p { color: rgb(18,158,161); }

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

<style>
 a { background-color: #129EA1; }

 a { background-color: rgb(18,158,161); }

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

<style>
 span { border-color: #129EA1; }

 span { border-color: rgb(18,158,161); }

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