Html Css Color HEX #09AA7B Free Speech Aquamarine

📋 copy color: '#09AA7B'

red 9 ◦ green 170 ◦ blue 123

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

Shades of Free Speech Aquamarine #09AA7B

Tints of Free Speech Aquamarine #09AA7B

RGB

 RED value IS 9 (3.91% from 255) = 2.98%

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

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

R = 2.98%
G = 56.29%
B = 40.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#09AA7B (or 0x09AA7B) is known color: Free Speech Aquamarine. HEX triplet: 09, AA and 7B. RGB value is (9,170,123). Sum of RGB (Red+Green+Blue) = 9+170+123=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AA7B is #F65584. Grayscale: #747474. Windows color (decimal): -16143749 or 8104457. OLE color: 8104457.

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

Color convert

RGB 9 170 123 -
CMYK 0.95 0 0.28 0.33
HSL 162.48º 0.9% 0.35% -
HSV(B) 162.48º 0.95% 0.67% -
XYZ 18.06 30.24 23.62 -
YUV 116.5 131.66 51.32 -
System Red Green Blue C M Y K H S L
Decimal 9 170 123 0.95 0 0.28 0.33 162.48 0.9 0.35
Hex 9 AA 7B 5F 0 1C 21 A2 5A 23
Octal 11 252 173 137 0 34 41 242 132 43
Binary 1001 10101010 1111011 1011111 0 11100 100001 10100010 1011010 100011

Color Harmonies of #09AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AA7B

Black with #09AA7B

Text Example


Text Example

White with #09AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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