Html Css Color HEX #129C9C Java

📋 copy color: '#129C9C'

red 18 ◦ green 156 ◦ blue 156

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

Shades of Java #129C9C

Tints of Java #129C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.27%

R = 5.45%
G = 47.27%
B = 47.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#129C9C (or 0x129C9C) is known color: Java. HEX triplet: 12, 9C and 9C. RGB value is (18,156,156). Sum of RGB (Red+Green+Blue) = 18+156+156=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #129C9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129C9C is #ED6363. Grayscale: #727272. Windows color (decimal): -15557476 or 10263570. OLE color: 10263570.

HSL color Cylindrical-coordinate representation of color #129C9C: hue angle of 180º 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 #129C9C is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 156 156 -
CMYK 0.88 0 0 0.39
HSL 180º 0.79% 0.34% -
HSV(B) 180º 0.88% 0.61% -
XYZ 18.14 26.31 35.57 -
YUV 114.74 151.28 59 -
System Red Green Blue C M Y K H S L
Decimal 18 156 156 0.88 0 0 0.39 180 0.79 0.34
Hex 12 9C 9C 58 0 0 27 B4 4F 22
Octal 22 234 234 130 0 0 47 264 117 42
Binary 10010 10011100 10011100 1011000 0 0 100111 10110100 1001111 100010

Color Harmonies of #129C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129C9C

Black with #129C9C

Text Example


Text Example

White with #129C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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