#07957E

Color #07957E Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #07957E

Tints of Free Speech Aquamarine #07957E

Color information

#07957E (or 0x07957E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 95 and 7E. RGB value is (7,149,126). Sum of RGB (Red+Green+Blue) = 7+149+126=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #07957E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07957E is #F86A81. Grayscale: #676767. Windows color (decimal): -16280194 or 8295687. OLE color: 8295687.

HSL color Cylindrical-coordinate representation of color #07957E: hue angle of 170.28º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07957E is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB7149126-
CMYK0.9500.150.42
HSL170.28º91.03%30.59%-
HSV(B)170.28º95.3%58.43%-
XYZ14.623.0523.42-
YUV103.92140.4658.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.48%
GREEN value IS 149 (58.59% from 255) = 52.84%
BLUE value IS 126 (49.61% from 255) = 44.68%
R=2.48%
G=52.84%
B=44.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71491260.9500.150.42170.2891.0330.59
Hex7957E5F0F2Aaa5b1f
Octal72251761370175225213337
Binary11110010101111111010111110111110101010101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07957E; }

 p { color: rgb(7,149,126); }

 H1.HeaderClassName
 {
   color: #07957E;
 }
 .AnyTagClassName
 {
   color: #07957E;
 }
</style>
background-color css

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

 a { background-color: rgb(7,149,126); }

 div.DivClassName
 {
   background-color: #07957E;
 }
 .BgClassName
 {
   background-color: #07957E;
 }
</style>
border-color css

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

 span { border-color: rgb(7,149,126); }

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