Html Css Color HEX #07AB81 Free Speech Aquamarine

📋 copy color: '#07AB81'

red 7 ◦ green 171 ◦ blue 129

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

Shades of Free Speech Aquamarine #07AB81

Tints of Free Speech Aquamarine #07AB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.02%

R = 2.28%
G = 55.7%
B = 42.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#07AB81 (or 0x07AB81) is known color: Free Speech Aquamarine. HEX triplet: 07, AB and 81. RGB value is (7,171,129). Sum of RGB (Red+Green+Blue) = 7+171+129=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AB81 is #F8547E. Grayscale: #757575. Windows color (decimal): -16274559 or 8497927. OLE color: 8497927.

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

Color convert

RGB 7 171 129 -
CMYK 0.96 0 0.25 0.33
HSL 164.63º 0.92% 0.35% -
HSV(B) 164.63º 0.96% 0.67% -
XYZ 18.61 30.76 25.72 -
YUV 117.18 134.67 49.42 -
System Red Green Blue C M Y K H S L
Decimal 7 171 129 0.96 0 0.25 0.33 164.63 0.92 0.35
Hex 7 AB 81 60 0 19 21 A5 5C 23
Octal 7 253 201 140 0 31 41 245 134 43
Binary 111 10101011 10000001 1100000 0 11001 100001 10100101 1011100 100011

Color Harmonies of #07AB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AB81

Black with #07AB81

Text Example


Text Example

White with #07AB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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