Html Css Color HEX #129C98 Java

📋 copy color: '#129C98'

red 18 ◦ green 156 ◦ blue 152

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

Shades of Java #129C98

Tints of Java #129C98

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.85%

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

R = 5.52%
G = 47.85%
B = 46.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#129C98 (or 0x129C98) is known color: Java. HEX triplet: 12, 9C and 98. RGB value is (18,156,152). Sum of RGB (Red+Green+Blue) = 18+156+152=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #129C98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129C98 is #ED6367. Grayscale: #727272. Windows color (decimal): -15557480 or 10001426. OLE color: 10001426.

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

Color convert

RGB 18 156 152 -
CMYK 0.88 0 0.03 0.39
HSL 178.26º 0.79% 0.34% -
HSV(B) 178.26º 0.88% 0.61% -
XYZ 17.81 26.17 33.82 -
YUV 114.28 149.28 59.33 -
System Red Green Blue C M Y K H S L
Decimal 18 156 152 0.88 0 0.03 0.39 178.26 0.79 0.34
Hex 12 9C 98 58 0 3 27 B2 4F 22
Octal 22 234 230 130 0 3 47 262 117 42
Binary 10010 10011100 10011000 1011000 0 11 100111 10110010 1001111 100010

Color Harmonies of #129C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129C98

Black with #129C98

Text Example


Text Example

White with #129C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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