Html Css Color HEX #07AA7B Free Speech Aquamarine

📋 copy color: '#07AA7B'

red 7 ◦ green 170 ◦ blue 123

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

Shades of Free Speech Aquamarine #07AA7B

Tints of Free Speech Aquamarine #07AA7B

RGB

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

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

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

R = 2.33%
G = 56.67%
B = 41%

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

#07AA7B (or 0x07AA7B) is known color: Free Speech Aquamarine. HEX triplet: 07, AA and 7B. RGB value is (7,170,123). Sum of RGB (Red+Green+Blue) = 7+170+123=300 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AA7B is #F85584. Grayscale: #737373. Windows color (decimal): -16274821 or 8104455. OLE color: 8104455.

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

Color convert

RGB 7 170 123 -
CMYK 0.96 0 0.28 0.33
HSL 162.7º 0.92% 0.35% -
HSV(B) 162.7º 0.96% 0.67% -
XYZ 18.04 30.22 23.62 -
YUV 115.91 132 50.32 -
System Red Green Blue C M Y K H S L
Decimal 7 170 123 0.96 0 0.28 0.33 162.7 0.92 0.35
Hex 7 AA 7B 60 0 1C 21 A3 5C 23
Octal 7 252 173 140 0 34 41 243 134 43
Binary 111 10101010 1111011 1100000 0 11100 100001 10100011 1011100 100011

Color Harmonies of #07AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AA7B

Black with #07AA7B

Text Example


Text Example

White with #07AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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