Html Css Color HEX #00AA7A Free Speech Aquamarine

📋 copy color: '#00AA7A'

red 0 ◦ green 170 ◦ blue 122

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

Shades of Free Speech Aquamarine #00AA7A

Tints of Free Speech Aquamarine #00AA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.78%

R = 0%
G = 58.22%
B = 41.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#00AA7A (or 0x00AA7A) is known color: Free Speech Aquamarine. HEX triplet: 00, AA and 7A. RGB value is (0,170,122). Sum of RGB (Red+Green+Blue) = 0+170+122=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 170 (66.80% from 255 or 58.22% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA7A is #FF5585. Grayscale: #717171. Windows color (decimal): -16733574 or 8038912. OLE color: 8038912.

HSL color Cylindrical-coordinate representation of color #00AA7A: hue angle of 163.06º 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 #00AA7A is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 170 122 -
CMYK 1 0 0.28 0.33
HSL 163.06º 1% 0.33% -
HSV(B) 163.06º 1% 0.67% -
XYZ 17.89 30.15 23.29 -
YUV 113.7 132.68 46.9 -
System Red Green Blue C M Y K H S L
Decimal 0 170 122 1 0 0.28 0.33 163.06 1 0.33
Hex 0 AA 7A 64 0 1C 21 A3 64 21
Octal 0 252 172 144 0 34 41 243 144 41
Binary 0 10101010 1111010 1100100 0 11100 100001 10100011 1100100 100001

Color Harmonies of #00AA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA7A

Black with #00AA7A

Text Example


Text Example

White with #00AA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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