Html Css Color HEX #129E98 Java

📋 copy color: '#129E98'

red 18 ◦ green 158 ◦ blue 152

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

Shades of Java #129E98

Tints of Java #129E98

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.17%

 BLUE value IS 152 (59.77% from 255) = 46.34%

R = 5.49%
G = 48.17%
B = 46.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#129E98 (or 0x129E98) is known color: Java. HEX triplet: 12, 9E and 98. RGB value is (18,158,152). Sum of RGB (Red+Green+Blue) = 18+158+152=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #129E98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129E98 is #ED6167. Grayscale: #737373. Windows color (decimal): -15556968 or 10001938. OLE color: 10001938.

HSL color Cylindrical-coordinate representation of color #129E98: hue angle of 177.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E98 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 158 152 -
CMYK 0.89 0 0.04 0.38
HSL 177.43º 0.8% 0.35% -
HSV(B) 177.43º 0.89% 0.62% -
XYZ 18.14 26.85 33.93 -
YUV 115.46 148.62 58.49 -
System Red Green Blue C M Y K H S L
Decimal 18 158 152 0.89 0 0.04 0.38 177.43 0.8 0.35
Hex 12 9E 98 59 0 4 26 B1 50 23
Octal 22 236 230 131 0 4 46 261 120 43
Binary 10010 10011110 10011000 1011001 0 100 100110 10110001 1010000 100011

Color Harmonies of #129E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129E98

Black with #129E98

Text Example


Text Example

White with #129E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,158,152); }

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

background-color css

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

 a { background-color: rgb(18,158,152); }

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

border-color css

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

 span { border-color: rgb(18,158,152); }

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