Html Css Color HEX #129591 Java

📋 copy color: '#129591'

red 18 ◦ green 149 ◦ blue 145

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

Shades of Java #129591

Tints of Java #129591

RGB

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

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

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

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

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 18 149 145 -
CMYK 0.88 0 0.03 0.42
HSL 178.17º 0.78% 0.33% -
HSV(B) 178.17º 0.88% 0.58% -
XYZ 16.11 23.67 30.51 -
YUV 109.38 148.1 62.83 -
System Red Green Blue C M Y K H S L
Decimal 18 149 145 0.88 0 0.03 0.42 178.17 0.78 0.33
Hex 12 95 91 58 0 3 2A B2 4E 21
Octal 22 225 221 130 0 3 52 262 116 41
Binary 10010 10010101 10010001 1011000 0 11 101010 10110010 1001110 100001

Color Harmonies of #129591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129591

Black with #129591

Text Example


Text Example

White with #129591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129591; }

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

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

background-color css

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

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

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

border-color css

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

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

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