Html Css Color HEX #129493 Java

📋 copy color: '#129493'

red 18 ◦ green 148 ◦ blue 147

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

Shades of Java #129493

Tints of Java #129493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.96%

R = 5.75%
G = 47.28%
B = 46.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#129493 (or 0x129493) is known color: Java. HEX triplet: 12, 94 and 93. RGB value is (18,148,147). Sum of RGB (Red+Green+Blue) = 18+148+147=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #129493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129493 is #ED6B6C. Grayscale: #6C6C6C. Windows color (decimal): -15559533 or 9671698. OLE color: 9671698.

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

Color convert

RGB 18 148 147 -
CMYK 0.88 0 0.01 0.42
HSL 179.54º 0.78% 0.33% -
HSV(B) 179.54º 0.88% 0.58% -
XYZ 16.11 23.41 31.27 -
YUV 109.02 149.43 63.08 -
System Red Green Blue C M Y K H S L
Decimal 18 148 147 0.88 0 0.01 0.42 179.54 0.78 0.33
Hex 12 94 93 58 0 1 2A B4 4E 21
Octal 22 224 223 130 0 1 52 264 116 41
Binary 10010 10010100 10010011 1011000 0 1 101010 10110100 1001110 100001

Color Harmonies of #129493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129493

Black with #129493

Text Example


Text Example

White with #129493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129493; }

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

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

background-color css

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

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

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

border-color css

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

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

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