Html Css Color HEX #00AA7F Free Speech Aquamarine

📋 copy color: '#00AA7F'

red 0 ◦ green 170 ◦ blue 127

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

Shades of Free Speech Aquamarine #00AA7F

Tints of Free Speech Aquamarine #00AA7F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 170 (66.8% from 255) = 57.24%

 BLUE value IS 127 (50% from 255) = 42.76%

R = 0%
G = 57.24%
B = 42.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#00AA7F (or 0x00AA7F) is known color: Free Speech Aquamarine. HEX triplet: 00, AA and 7F. RGB value is (0,170,127). Sum of RGB (Red+Green+Blue) = 0+170+127=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA7F is #FF5580. Grayscale: #727272. Windows color (decimal): -16733569 or 8366592. OLE color: 8366592.

HSL color Cylindrical-coordinate representation of color #00AA7F: hue angle of 164.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA7F is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 170 127 -
CMYK 1 0 0.25 0.33
HSL 164.82º 1% 0.33% -
HSV(B) 164.82º 1% 0.67% -
XYZ 18.21 30.28 24.96 -
YUV 114.27 135.18 46.5 -
System Red Green Blue C M Y K H S L
Decimal 0 170 127 1 0 0.25 0.33 164.82 1 0.33
Hex 0 AA 7F 64 0 19 21 A5 64 21
Octal 0 252 177 144 0 31 41 245 144 41
Binary 0 10101010 1111111 1100100 0 11001 100001 10100101 1100100 100001

Color Harmonies of #00AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA7F

Black with #00AA7F

Text Example


Text Example

White with #00AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AA7F; }

 p { color: rgb(0,170,127); }

 H1.HeaderClassName
 {
   color: #00AA7F;
 }
 .AnyTagClassName
 {
   color: #00AA7F;
 }
</style>

background-color css

<style>
 a { background-color: #00AA7F; }

 a { background-color: rgb(0,170,127); }

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

border-color css

<style>
 span { border-color: #00AA7F; }

 span { border-color: rgb(0,170,127); }

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