Html Css Color HEX #129491 Java

📋 copy color: '#129491'

red 18 ◦ green 148 ◦ blue 145

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

Shades of Java #129491

Tints of Java #129491

RGB

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

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

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

R = 5.79%
G = 47.59%
B = 46.62%

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

#129491 (or 0x129491) is known color: Java. HEX triplet: 12, 94 and 91. RGB value is (18,148,145). Sum of RGB (Red+Green+Blue) = 18+148+145=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #129491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129491 is #ED6B6E. Grayscale: #6C6C6C. Windows color (decimal): -15559535 or 9540626. OLE color: 9540626.

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

Color convert

RGB 18 148 145 -
CMYK 0.88 0 0.02 0.42
HSL 178.62º 0.78% 0.33% -
HSV(B) 178.62º 0.88% 0.58% -
XYZ 15.95 23.35 30.45 -
YUV 108.79 148.43 63.24 -
System Red Green Blue C M Y K H S L
Decimal 18 148 145 0.88 0 0.02 0.42 178.62 0.78 0.33
Hex 12 94 91 58 0 2 2A B3 4E 21
Octal 22 224 221 130 0 2 52 263 116 41
Binary 10010 10010100 10010001 1011000 0 10 101010 10110011 1001110 100001

Color Harmonies of #129491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129491

Black with #129491

Text Example


Text Example

White with #129491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129491; }

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

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

background-color css

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

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

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

border-color css

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

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

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