#129997

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

Shades of Java #129997

Tints of Java #129997

Color information

#129997 (or 0x129997) is unknown color: approx Java. HEX triplet: 12, 99 and 97. RGB value is (18,153,151). Sum of RGB (Red+Green+Blue) = 18+153+151=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #129997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129997 is #ED6668. Grayscale: #707070. Windows color (decimal): -15558249 or 9935122. OLE color: 9935122.

HSL color Cylindrical-coordinate representation of color #129997: hue angle of 179.11º 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 #129997 is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB18153151-
CMYK0.8800.010.4
HSL179.11º78.95%33.53%-
HSV(B)179.11º88.24%60%-
XYZ17.2325.1533.22-
YUV112.41149.7760.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.59%
GREEN value IS 153 (60.16% from 255) = 47.52%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=5.59%
G=47.52%
B=46.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal181531510.8800.010.4179.1178.9533.53
Hex129997580128b34f22
Octal22231227130015026311742
Binary100101001100110010111101100001101000101100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129997; }

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

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

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

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

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

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

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

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