Html Css Color HEX #079880 Free Speech Aquamarine

📋 copy color: '#079880'

red 7 ◦ green 152 ◦ blue 128

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

Shades of Free Speech Aquamarine #079880

Tints of Free Speech Aquamarine #079880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.96%

 BLUE value IS 128 (50.39% from 255) = 44.6%

R = 2.44%
G = 52.96%
B = 44.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#079880 (or 0x079880) is known color: Free Speech Aquamarine. HEX triplet: 07, 98 and 80. RGB value is (7,152,128). Sum of RGB (Red+Green+Blue) = 7+152+128=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #079880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079880 is #F8677F. Grayscale: #696969. Windows color (decimal): -16279424 or 8427527. OLE color: 8427527.

HSL color Cylindrical-coordinate representation of color #079880: hue angle of 170.07º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079880 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 7 152 128 -
CMYK 0.95 0 0.16 0.40
HSL 170.07º 0.91% 0.31% -
HSV(B) 170.07º 0.95% 0.6% -
XYZ 15.21 24.06 24.26 -
YUV 105.91 140.46 57.45 -
System Red Green Blue C M Y K H S L
Decimal 7 152 128 0.95 0 0.16 0.40 170.07 0.91 0.31
Hex 7 98 80 5F 0 10 28 AA 5B 1F
Octal 7 230 200 137 0 20 50 252 133 37
Binary 111 10011000 10000000 1011111 0 10000 101000 10101010 1011011 11111

Color Harmonies of #079880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079880

Black with #079880

Text Example


Text Example

White with #079880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079880; }

 p { color: rgb(7,152,128); }

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

background-color css

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

 a { background-color: rgb(7,152,128); }

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

border-color css

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

 span { border-color: rgb(7,152,128); }

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