Html Css Color HEX #129595 Java

📋 copy color: '#129595'

red 18 ◦ green 149 ◦ blue 149

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

Shades of Java #129595

Tints of Java #129595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 5.7%
G = 47.15%
B = 47.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#129595 (or 0x129595) is known color: Java. HEX triplet: 12, 95 and 95. RGB value is (18,149,149). Sum of RGB (Red+Green+Blue) = 18+149+149=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #129595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129595 is #ED6A6A. Grayscale: #6D6D6D. Windows color (decimal): -15559275 or 9803026. OLE color: 9803026.

HSL color Cylindrical-coordinate representation of color #129595: hue angle of 180º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129595 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 149 -
CMYK 0.88 0 0 0.42
HSL 180º 0.78% 0.33% -
HSV(B) 180º 0.88% 0.58% -
XYZ 16.42 23.79 32.16 -
YUV 109.83 150.1 62.5 -
System Red Green Blue C M Y K H S L
Decimal 18 149 149 0.88 0 0 0.42 180 0.78 0.33
Hex 12 95 95 58 0 0 2A B4 4E 21
Octal 22 225 225 130 0 0 52 264 116 41
Binary 10010 10010101 10010101 1011000 0 0 101010 10110100 1001110 100001

Color Harmonies of #129595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129595

Black with #129595

Text Example


Text Example

White with #129595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129595; }

 p { color: rgb(18,149,149); }

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

background-color css

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

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

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

border-color css

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

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

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