Html Css Color HEX #129592 Java

📋 copy color: '#129592'

red 18 ◦ green 149 ◦ blue 146

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

Shades of Java #129592

Tints of Java #129592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.65%

R = 5.75%
G = 47.6%
B = 46.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#129592 (or 0x129592) is known color: Java. HEX triplet: 12, 95 and 92. RGB value is (18,149,146). Sum of RGB (Red+Green+Blue) = 18+149+146=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #129592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129592 is #ED6A6D. Grayscale: #6D6D6D. Windows color (decimal): -15559278 or 9606418. OLE color: 9606418.

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

Color convert

RGB 18 149 146 -
CMYK 0.88 0 0.02 0.42
HSL 178.63º 0.78% 0.33% -
HSV(B) 178.63º 0.88% 0.58% -
XYZ 16.19 23.7 30.92 -
YUV 109.49 148.6 62.74 -
System Red Green Blue C M Y K H S L
Decimal 18 149 146 0.88 0 0.02 0.42 178.63 0.78 0.33
Hex 12 95 92 58 0 2 2A B3 4E 21
Octal 22 225 222 130 0 2 52 263 116 41
Binary 10010 10010101 10010010 1011000 0 10 101010 10110011 1001110 100001

Color Harmonies of #129592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129592

Black with #129592

Text Example


Text Example

White with #129592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129592; }

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

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

background-color css

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

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

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

border-color css

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

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

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