Html Css Color HEX #129195 Java

📋 copy color: '#129195'

red 18 ◦ green 145 ◦ blue 149

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

Shades of Java #129195

Tints of Java #129195

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.47%

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

R = 5.77%
G = 46.47%
B = 47.76%

CMYK

 C value IS 0.88

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#129195 (or 0x129195) is known color: Java. HEX triplet: 12, 91 and 95. RGB value is (18,145,149). Sum of RGB (Red+Green+Blue) = 18+145+149=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #129195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129195 is #ED6E6A. Grayscale: #6B6B6B. Windows color (decimal): -15560299 or 9802002. OLE color: 9802002.

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

Color convert

RGB 18 145 149 -
CMYK 0.88 0.03 0 0.42
HSL 181.83º 0.78% 0.33% -
HSV(B) 181.83º 0.88% 0.58% -
XYZ 15.8 22.55 31.95 -
YUV 107.48 151.42 64.17 -
System Red Green Blue C M Y K H S L
Decimal 18 145 149 0.88 0.03 0 0.42 181.83 0.78 0.33
Hex 12 91 95 58 3 0 2A B6 4E 21
Octal 22 221 225 130 3 0 52 266 116 41
Binary 10010 10010001 10010101 1011000 11 0 101010 10110110 1001110 100001

Color Harmonies of #129195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129195

Black with #129195

Text Example


Text Example

White with #129195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129195; }

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

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

background-color css

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

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

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

border-color css

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

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

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