Html Css Color HEX #129294 Java

📋 copy color: '#129294'

red 18 ◦ green 146 ◦ blue 148

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

Shades of Java #129294

Tints of Java #129294

RGB

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

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

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

R = 5.77%
G = 46.79%
B = 47.44%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#129294 (or 0x129294) is known color: Java. HEX triplet: 12, 92 and 94. RGB value is (18,146,148). Sum of RGB (Red+Green+Blue) = 18+146+148=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #129294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129294 is #ED6D6B. Grayscale: #6B6B6B. Windows color (decimal): -15560044 or 9736722. OLE color: 9736722.

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

Color convert

RGB 18 146 148 -
CMYK 0.88 0.01 0 0.42
HSL 180.92º 0.78% 0.33% -
HSV(B) 180.92º 0.88% 0.58% -
XYZ 15.87 22.82 31.59 -
YUV 107.96 150.59 63.84 -
System Red Green Blue C M Y K H S L
Decimal 18 146 148 0.88 0.01 0 0.42 180.92 0.78 0.33
Hex 12 92 94 58 1 0 2A B5 4E 21
Octal 22 222 224 130 1 0 52 265 116 41
Binary 10010 10010010 10010100 1011000 1 0 101010 10110101 1001110 100001

Color Harmonies of #129294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129294

Black with #129294

Text Example


Text Example

White with #129294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129294; }

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

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

background-color css

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

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

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

border-color css

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

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

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