Html Css Color HEX #129292 Java

📋 copy color: '#129292'

red 18 ◦ green 146 ◦ blue 146

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

Shades of Java #129292

Tints of Java #129292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.1%

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

R = 5.81%
G = 47.1%
B = 47.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#129292 (or 0x129292) is known color: Java. HEX triplet: 12, 92 and 92. RGB value is (18,146,146). Sum of RGB (Red+Green+Blue) = 18+146+146=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #129292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129292 is #ED6D6D. Grayscale: #6B6B6B. Windows color (decimal): -15560046 or 9605650. OLE color: 9605650.

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

Color convert

RGB 18 146 146 -
CMYK 0.88 0 0 0.43
HSL 180º 0.78% 0.32% -
HSV(B) 180º 0.88% 0.57% -
XYZ 15.72 22.76 30.76 -
YUV 107.73 149.59 64 -
System Red Green Blue C M Y K H S L
Decimal 18 146 146 0.88 0 0 0.43 180 0.78 0.32
Hex 12 92 92 58 0 0 2B B4 4E 20
Octal 22 222 222 130 0 0 53 264 116 40
Binary 10010 10010010 10010010 1011000 0 0 101011 10110100 1001110 100000

Color Harmonies of #129292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129292

Black with #129292

Text Example


Text Example

White with #129292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129292; }

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

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

background-color css

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

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

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

border-color css

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

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

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