Html Css Color HEX #129490 Java

📋 copy color: '#129490'

red 18 ◦ green 148 ◦ blue 144

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

Shades of Java #129490

Tints of Java #129490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.74%

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 5.81%
G = 47.74%
B = 46.45%

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

#129490 (or 0x129490) is known color: Java. HEX triplet: 12, 94 and 90. RGB value is (18,148,144). Sum of RGB (Red+Green+Blue) = 18+148+144=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #129490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129490 is #ED6B6F. Grayscale: #6C6C6C. Windows color (decimal): -15559536 or 9475090. OLE color: 9475090.

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

Color convert

RGB 18 148 144 -
CMYK 0.88 0 0.03 0.42
HSL 178.15º 0.78% 0.33% -
HSV(B) 178.15º 0.88% 0.58% -
XYZ 15.87 23.32 30.05 -
YUV 108.67 147.93 63.33 -
System Red Green Blue C M Y K H S L
Decimal 18 148 144 0.88 0 0.03 0.42 178.15 0.78 0.33
Hex 12 94 90 58 0 3 2A B2 4E 21
Octal 22 224 220 130 0 3 52 262 116 41
Binary 10010 10010100 10010000 1011000 0 11 101010 10110010 1001110 100001

Color Harmonies of #129490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129490

Black with #129490

Text Example


Text Example

White with #129490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129490; }

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

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

background-color css

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

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

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

border-color css

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

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

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