Html Css Color HEX #129699 Java

📋 copy color: '#129699'

red 18 ◦ green 150 ◦ blue 153

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

Shades of Java #129699

Tints of Java #129699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.73%

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

R = 5.61%
G = 46.73%
B = 47.66%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#129699 (or 0x129699) is known color: Java. HEX triplet: 12, 96 and 99. RGB value is (18,150,153). Sum of RGB (Red+Green+Blue) = 18+150+153=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #129699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129699 is #ED6966. Grayscale: #6E6E6E. Windows color (decimal): -15559015 or 10065426. OLE color: 10065426.

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

Color convert

RGB 18 150 153 -
CMYK 0.88 0.02 0 0.4
HSL 181.33º 0.79% 0.34% -
HSV(B) 181.33º 0.88% 0.6% -
XYZ 16.91 24.24 33.93 -
YUV 110.87 151.77 61.76 -
System Red Green Blue C M Y K H S L
Decimal 18 150 153 0.88 0.02 0 0.4 181.33 0.79 0.34
Hex 12 96 99 58 2 0 28 B5 4F 22
Octal 22 226 231 130 2 0 50 265 117 42
Binary 10010 10010110 10011001 1011000 10 0 101000 10110101 1001111 100010

Color Harmonies of #129699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129699

Black with #129699

Text Example


Text Example

White with #129699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129699; }

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

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

background-color css

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

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

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

border-color css

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

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

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