Html Css Color HEX #129D7C Free Speech Aquamarine

📋 copy color: '#129D7C'

red 18 ◦ green 157 ◦ blue 124

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

Shades of Free Speech Aquamarine #129D7C

Tints of Free Speech Aquamarine #129D7C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.51%

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 6.02%
G = 52.51%
B = 41.47%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#129D7C (or 0x129D7C) is known color: Free Speech Aquamarine. HEX triplet: 12, 9D and 7C. RGB value is (18,157,124). Sum of RGB (Red+Green+Blue) = 18+157+124=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #129D7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129D7C is #ED6283. Grayscale: #6F6F6F. Windows color (decimal): -15557252 or 8166674. OLE color: 8166674.

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

Color convert

RGB 18 157 124 -
CMYK 0.89 0 0.21 0.38
HSL 165.76º 0.79% 0.34% -
HSV(B) 165.76º 0.89% 0.62% -
XYZ 15.94 25.7 23.19 -
YUV 111.68 134.95 61.18 -
System Red Green Blue C M Y K H S L
Decimal 18 157 124 0.89 0 0.21 0.38 165.76 0.79 0.34
Hex 12 9D 7C 59 0 15 26 A6 4F 22
Octal 22 235 174 131 0 25 46 246 117 42
Binary 10010 10011101 1111100 1011001 0 10101 100110 10100110 1001111 100010

Color Harmonies of #129D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D7C

Black with #129D7C

Text Example


Text Example

White with #129D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,157,124); }

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

background-color css

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

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

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

border-color css

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

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

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