Html Css Color HEX #07AD7D Free Speech Aquamarine

📋 copy color: '#07AD7D'

red 7 ◦ green 173 ◦ blue 125

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

Shades of Free Speech Aquamarine #07AD7D

Tints of Free Speech Aquamarine #07AD7D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.72%

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 2.3%
G = 56.72%
B = 40.98%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#07AD7D (or 0x07AD7D) is known color: Free Speech Aquamarine. HEX triplet: 07, AD and 7D. RGB value is (7,173,125). Sum of RGB (Red+Green+Blue) = 7+173+125=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AD7D is #F85282. Grayscale: #757575. Windows color (decimal): -16274051 or 8236295. OLE color: 8236295.

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

Color convert

RGB 7 173 125 -
CMYK 0.96 0 0.28 0.32
HSL 162.65º 0.92% 0.35% -
HSV(B) 162.65º 0.96% 0.68% -
XYZ 18.73 31.41 24.48 -
YUV 117.89 132 48.9 -
System Red Green Blue C M Y K H S L
Decimal 7 173 125 0.96 0 0.28 0.32 162.65 0.92 0.35
Hex 7 AD 7D 60 0 1C 20 A3 5C 23
Octal 7 255 175 140 0 34 40 243 134 43
Binary 111 10101101 1111101 1100000 0 11100 100000 10100011 1011100 100011

Color Harmonies of #07AD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AD7D

Black with #07AD7D

Text Example


Text Example

White with #07AD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,173,125); }

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

background-color css

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

 a { background-color: rgb(7,173,125); }

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

border-color css

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

 span { border-color: rgb(7,173,125); }

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