Html Css Color HEX #129B7D Free Speech Aquamarine

📋 copy color: '#129B7D'

red 18 ◦ green 155 ◦ blue 125

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

Shades of Free Speech Aquamarine #129B7D

Tints of Free Speech Aquamarine #129B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.01%

 BLUE value IS 125 (49.22% from 255) = 41.95%

R = 6.04%
G = 52.01%
B = 41.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#129B7D (or 0x129B7D) is known color: Free Speech Aquamarine. HEX triplet: 12, 9B and 7D. RGB value is (18,155,125). Sum of RGB (Red+Green+Blue) = 18+155+125=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #129B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B7D is #ED6482. Grayscale: #6E6E6E. Windows color (decimal): -15557763 or 8231698. OLE color: 8231698.

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

Color convert

RGB 18 155 125 -
CMYK 0.88 0 0.19 0.39
HSL 166.86º 0.79% 0.34% -
HSV(B) 166.86º 0.88% 0.61% -
XYZ 15.67 25.05 23.41 -
YUV 110.62 136.11 61.94 -
System Red Green Blue C M Y K H S L
Decimal 18 155 125 0.88 0 0.19 0.39 166.86 0.79 0.34
Hex 12 9B 7D 58 0 13 27 A7 4F 22
Octal 22 233 175 130 0 23 47 247 117 42
Binary 10010 10011011 1111101 1011000 0 10011 100111 10100111 1001111 100010

Color Harmonies of #129B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129B7D

Black with #129B7D

Text Example


Text Example

White with #129B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,155,125); }

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

background-color css

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

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

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

border-color css

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

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

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