Html Css Color HEX #129E97 Java

📋 copy color: '#129E97'

red 18 ◦ green 158 ◦ blue 151

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

Shades of Java #129E97

Tints of Java #129E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.18%

R = 5.5%
G = 48.32%
B = 46.18%

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

#129E97 (or 0x129E97) is known color: Java. HEX triplet: 12, 9E and 97. RGB value is (18,158,151). Sum of RGB (Red+Green+Blue) = 18+158+151=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #129E97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129E97 is #ED6168. Grayscale: #737373. Windows color (decimal): -15556969 or 9936402. OLE color: 9936402.

HSL color Cylindrical-coordinate representation of color #129E97: hue angle of 177º 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 #129E97 is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 158 151 -
CMYK 0.89 0 0.04 0.38
HSL 177º 0.8% 0.35% -
HSV(B) 177º 0.89% 0.62% -
XYZ 18.06 26.82 33.5 -
YUV 115.34 148.12 58.57 -
System Red Green Blue C M Y K H S L
Decimal 18 158 151 0.89 0 0.04 0.38 177 0.8 0.35
Hex 12 9E 97 59 0 4 26 B1 50 23
Octal 22 236 227 131 0 4 46 261 120 43
Binary 10010 10011110 10010111 1011001 0 100 100110 10110001 1010000 100011

Color Harmonies of #129E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129E97

Black with #129E97

Text Example


Text Example

White with #129E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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