Html Css Color HEX #129B77 Free Speech Aquamarine

📋 copy color: '#129B77'

red 18 ◦ green 155 ◦ blue 119

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

Shades of Free Speech Aquamarine #129B77

Tints of Free Speech Aquamarine #129B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.75%

R = 6.16%
G = 53.08%
B = 40.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#129B77 (or 0x129B77) is known color: Free Speech Aquamarine. HEX triplet: 12, 9B and 77. RGB value is (18,155,119). Sum of RGB (Red+Green+Blue) = 18+155+119=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #129B77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B77 is #ED6488. Grayscale: #6D6D6D. Windows color (decimal): -15557769 or 7838482. OLE color: 7838482.

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

Color convert

RGB 18 155 119 -
CMYK 0.88 0 0.23 0.39
HSL 164.23º 0.79% 0.34% -
HSV(B) 164.23º 0.88% 0.61% -
XYZ 15.3 24.9 21.45 -
YUV 109.93 133.11 62.43 -
System Red Green Blue C M Y K H S L
Decimal 18 155 119 0.88 0 0.23 0.39 164.23 0.79 0.34
Hex 12 9B 77 58 0 17 27 A4 4F 22
Octal 22 233 167 130 0 27 47 244 117 42
Binary 10010 10011011 1110111 1011000 0 10111 100111 10100100 1001111 100010

Color Harmonies of #129B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129B77

Black with #129B77

Text Example


Text Example

White with #129B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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