Html Css Color HEX #129193 Java

📋 copy color: '#129193'

red 18 ◦ green 145 ◦ blue 147

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

Shades of Java #129193

Tints of Java #129193

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.77%

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

R = 5.81%
G = 46.77%
B = 47.42%

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

#129193 (or 0x129193) is known color: Java. HEX triplet: 12, 91 and 93. RGB value is (18,145,147). Sum of RGB (Red+Green+Blue) = 18+145+147=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #129193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129193 is #ED6E6C. Grayscale: #6B6B6B. Windows color (decimal): -15560301 or 9670930. OLE color: 9670930.

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

Color convert

RGB 18 145 147 -
CMYK 0.88 0.01 0 0.42
HSL 180.93º 0.78% 0.32% -
HSV(B) 180.93º 0.88% 0.58% -
XYZ 15.64 22.49 31.12 -
YUV 107.26 150.42 64.34 -
System Red Green Blue C M Y K H S L
Decimal 18 145 147 0.88 0.01 0 0.42 180.93 0.78 0.32
Hex 12 91 93 58 1 0 2A B5 4E 20
Octal 22 221 223 130 1 0 52 265 116 40
Binary 10010 10010001 10010011 1011000 1 0 101010 10110101 1001110 100000

Color Harmonies of #129193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129193

Black with #129193

Text Example


Text Example

White with #129193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129193; }

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

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

background-color css

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

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

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

border-color css

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

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

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