Html Css Color HEX #129B99 Java

📋 copy color: '#129B99'

red 18 ◦ green 155 ◦ blue 153

#129B99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #129B99

Tints of Java #129B99

RGB

 RED value IS 18 (7.42% from 255) = 5.52%

 GREEN value IS 155 (60.94% from 255) = 47.55%

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 5.52%
G = 47.55%
B = 46.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#129B99 (or 0x129B99) is known color: Java. HEX triplet: 12, 9B and 99. RGB value is (18,155,153). Sum of RGB (Red+Green+Blue) = 18+155+153=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #129B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129B99 is #ED6466. Grayscale: #717171. Windows color (decimal): -15557735 or 10066706. OLE color: 10066706.

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

Color convert

RGB 18 155 153 -
CMYK 0.88 0 0.01 0.39
HSL 179.12º 0.79% 0.34% -
HSV(B) 179.12º 0.88% 0.61% -
XYZ 17.72 25.87 34.2 -
YUV 113.81 150.11 59.66 -
System Red Green Blue C M Y K H S L
Decimal 18 155 153 0.88 0 0.01 0.39 179.12 0.79 0.34
Hex 12 9B 99 58 0 1 27 B3 4F 22
Octal 22 233 231 130 0 1 47 263 117 42
Binary 10010 10011011 10011001 1011000 0 1 100111 10110011 1001111 100010

Color Harmonies of #129B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129B99

Black with #129B99

Text Example


Text Example

White with #129B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #129B99;
 }
 .AnyTagClassName
 {
   color: #129B99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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