Html Css Color HEX #129E6D Free Speech Aquamarine

📋 copy color: '#129E6D'

red 18 ◦ green 158 ◦ blue 109

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

Shades of Free Speech Aquamarine #129E6D

Tints of Free Speech Aquamarine #129E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.25%

R = 6.32%
G = 55.44%
B = 38.25%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#129E6D (or 0x129E6D) is known color: Free Speech Aquamarine. HEX triplet: 12, 9E and 6D. RGB value is (18,158,109). Sum of RGB (Red+Green+Blue) = 18+158+109=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 158 (62.11% from 255 or 55.44% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 158 - color contains mainly: green. Hex color #129E6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129E6D is #ED6192. Grayscale: #6E6E6E. Windows color (decimal): -15557011 or 7183890. OLE color: 7183890.

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

Color convert

RGB 18 158 109 -
CMYK 0.89 0 0.31 0.38
HSL 159º 0.8% 0.35% -
HSV(B) 159º 0.89% 0.62% -
XYZ 15.24 25.69 18.62 -
YUV 110.55 127.12 61.98 -
System Red Green Blue C M Y K H S L
Decimal 18 158 109 0.89 0 0.31 0.38 159 0.8 0.35
Hex 12 9E 6D 59 0 1F 26 9F 50 23
Octal 22 236 155 131 0 37 46 237 120 43
Binary 10010 10011110 1101101 1011001 0 11111 100110 10011111 1010000 100011

Color Harmonies of #129E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129E6D

Black with #129E6D

Text Example


Text Example

White with #129E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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