#129DA1

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

Shades of Java #129DA1

Tints of Java #129DA1

Color information

#129DA1 (or 0x129DA1) is unknown color: approx Java. HEX triplet: 12, 9D and A1. RGB value is (18,157,161). Sum of RGB (Red+Green+Blue) = 18+157+161=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 161 - color contains mainly: blue. Hex color #129DA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129DA1 is #ED625E. Grayscale: #737373. Windows color (decimal): -15557215 or 10591506. OLE color: 10591506.

HSL color Cylindrical-coordinate representation of color #129DA1: hue angle of 181.68º 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 #129DA1 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB18157161-
CMYK0.890.0200.37
HSL181.68º79.89%35.1%-
HSV(B)181.68º88.82%63.14%-
XYZ18.7426.8237.91-
YUV115.9153.4558.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.36%
GREEN value IS 157 (61.72% from 255) = 46.73%
BLUE value IS 161 (63.28% from 255) = 47.92%
R=5.36%
G=46.73%
B=47.92%

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
Decimal181571610.890.0200.37181.6879.8935.1
Hex129DA1592025b65023
Octal22235241131204526612043
Binary1001010011101101000011011001100100101101101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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