Html Css Color HEX #129494 Java

📋 copy color: '#129494'

red 18 ◦ green 148 ◦ blue 148

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

Shades of Java #129494

Tints of Java #129494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

 BLUE value IS 148 (58.2% from 255) = 47.13%

R = 5.73%
G = 47.13%
B = 47.13%

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

#129494 (or 0x129494) is known color: Java. HEX triplet: 12, 94 and 94. RGB value is (18,148,148). Sum of RGB (Red+Green+Blue) = 18+148+148=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #129494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129494 is #ED6B6B. Grayscale: #6D6D6D. Windows color (decimal): -15559532 or 9737234. OLE color: 9737234.

HSL color Cylindrical-coordinate representation of color #129494: 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 #129494 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 148 -
CMYK 0.88 0 0 0.42
HSL 180º 0.78% 0.33% -
HSV(B) 180º 0.88% 0.58% -
XYZ 16.18 23.45 31.69 -
YUV 109.13 149.93 63 -
System Red Green Blue C M Y K H S L
Decimal 18 148 148 0.88 0 0 0.42 180 0.78 0.33
Hex 12 94 94 58 0 0 2A B4 4E 21
Octal 22 224 224 130 0 0 52 264 116 41
Binary 10010 10010100 10010100 1011000 0 0 101010 10110100 1001110 100001

Color Harmonies of #129494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129494

Black with #129494

Text Example


Text Example

White with #129494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129494; }

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

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

background-color css

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

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

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

border-color css

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

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

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