Html Css Color HEX #07AB7D Free Speech Aquamarine

📋 copy color: '#07AB7D'

red 7 ◦ green 171 ◦ blue 125

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

Shades of Free Speech Aquamarine #07AB7D

Tints of Free Speech Aquamarine #07AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.44%

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

R = 2.31%
G = 56.44%
B = 41.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#07AB7D (or 0x07AB7D) is known color: Free Speech Aquamarine. HEX triplet: 07, AB and 7D. RGB value is (7,171,125). Sum of RGB (Red+Green+Blue) = 7+171+125=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AB7D is #F85482. Grayscale: #747474. Windows color (decimal): -16274563 or 8235783. OLE color: 8235783.

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

Color convert

RGB 7 171 125 -
CMYK 0.96 0 0.27 0.33
HSL 163.17º 0.92% 0.35% -
HSV(B) 163.17º 0.96% 0.67% -
XYZ 18.35 30.65 24.35 -
YUV 116.72 132.67 49.74 -
System Red Green Blue C M Y K H S L
Decimal 7 171 125 0.96 0 0.27 0.33 163.17 0.92 0.35
Hex 7 AB 7D 60 0 1B 21 A3 5C 23
Octal 7 253 175 140 0 33 41 243 134 43
Binary 111 10101011 1111101 1100000 0 11011 100001 10100011 1011100 100011

Color Harmonies of #07AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AB7D

Black with #07AB7D

Text Example


Text Example

White with #07AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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