Html Css Color HEX #129A93 Java

📋 copy color: '#129A93'

red 18 ◦ green 154 ◦ blue 147

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

Shades of Java #129A93

Tints of Java #129A93

RGB

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

 GREEN value IS 154 (60.55% from 255) = 48.28%

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

R = 5.64%
G = 48.28%
B = 46.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#129A93 (or 0x129A93) is known color: Java. HEX triplet: 12, 9A and 93. RGB value is (18,154,147). Sum of RGB (Red+Green+Blue) = 18+154+147=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #129A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129A93 is #ED656C. Grayscale: #707070. Windows color (decimal): -15557997 or 9673234. OLE color: 9673234.

HSL color Cylindrical-coordinate representation of color #129A93: hue angle of 176.91º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129A93 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 154 147 -
CMYK 0.88 0 0.05 0.40
HSL 176.91º 0.79% 0.34% -
HSV(B) 176.91º 0.88% 0.6% -
XYZ 17.07 25.35 31.6 -
YUV 112.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 18 154 147 0.88 0 0.05 0.40 176.91 0.79 0.34
Hex 12 9A 93 58 0 5 28 B1 4F 22
Octal 22 232 223 130 0 5 50 261 117 42
Binary 10010 10011010 10010011 1011000 0 101 101000 10110001 1001111 100010

Color Harmonies of #129A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129A93

Black with #129A93

Text Example


Text Example

White with #129A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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