Html Css Color HEX #07AA7A Free Speech Aquamarine

📋 copy color: '#07AA7A'

red 7 ◦ green 170 ◦ blue 122

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

Shades of Free Speech Aquamarine #07AA7A

Tints of Free Speech Aquamarine #07AA7A

RGB

 RED value IS 7 (3.13% from 255) = 2.34%

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

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

R = 2.34%
G = 56.86%
B = 40.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#07AA7A (or 0x07AA7A) is known color: Free Speech Aquamarine. HEX triplet: 07, AA and 7A. RGB value is (7,170,122). Sum of RGB (Red+Green+Blue) = 7+170+122=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AA7A is #F85585. Grayscale: #737373. Windows color (decimal): -16274822 or 8038919. OLE color: 8038919.

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

Color convert

RGB 7 170 122 -
CMYK 0.96 0 0.28 0.33
HSL 162.33º 0.92% 0.35% -
HSV(B) 162.33º 0.96% 0.67% -
XYZ 17.98 30.2 23.29 -
YUV 115.79 131.5 50.4 -
System Red Green Blue C M Y K H S L
Decimal 7 170 122 0.96 0 0.28 0.33 162.33 0.92 0.35
Hex 7 AA 7A 60 0 1C 21 A2 5C 23
Octal 7 252 172 140 0 34 41 242 134 43
Binary 111 10101010 1111010 1100000 0 11100 100001 10100010 1011100 100011

Color Harmonies of #07AA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AA7A

Black with #07AA7A

Text Example


Text Example

White with #07AA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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