Html Css Color HEX #01AA7B Free Speech Aquamarine

📋 copy color: '#01AA7B'

red 1 ◦ green 170 ◦ blue 123

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

Shades of Free Speech Aquamarine #01AA7B

Tints of Free Speech Aquamarine #01AA7B

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

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

 BLUE value IS 123 (48.44% from 255) = 41.84%

R = 0.34%
G = 57.82%
B = 41.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#01AA7B (or 0x01AA7B) is known color: Free Speech Aquamarine. HEX triplet: 01, AA and 7B. RGB value is (1,170,123). Sum of RGB (Red+Green+Blue) = 1+170+123=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AA7B is #FE5584. Grayscale: #727272. Windows color (decimal): -16668037 or 8104449. OLE color: 8104449.

HSL color Cylindrical-coordinate representation of color #01AA7B: hue angle of 163.31º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AA7B is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 170 123 -
CMYK 0.99 0 0.28 0.33
HSL 163.31º 0.99% 0.34% -
HSV(B) 163.31º 0.99% 0.67% -
XYZ 17.96 30.19 23.62 -
YUV 114.11 133.01 47.32 -
System Red Green Blue C M Y K H S L
Decimal 1 170 123 0.99 0 0.28 0.33 163.31 0.99 0.34
Hex 1 AA 7B 63 0 1C 21 A3 63 22
Octal 1 252 173 143 0 34 41 243 143 42
Binary 1 10101010 1111011 1100011 0 11100 100001 10100011 1100011 100010

Color Harmonies of #01AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AA7B

Black with #01AA7B

Text Example


Text Example

White with #01AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01AA7B; }

 p { color: rgb(1,170,123); }

 H1.HeaderClassName
 {
   color: #01AA7B;
 }
 .AnyTagClassName
 {
   color: #01AA7B;
 }
</style>

background-color css

<style>
 a { background-color: #01AA7B; }

 a { background-color: rgb(1,170,123); }

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

border-color css

<style>
 span { border-color: #01AA7B; }

 span { border-color: rgb(1,170,123); }

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