#07987F

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

Shades of Free Speech Aquamarine #07987F

Tints of Free Speech Aquamarine #07987F

Color information

#07987F (or 0x07987F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 98 and 7F. RGB value is (7,152,127). Sum of RGB (Red+Green+Blue) = 7+152+127=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #07987F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07987F is #F86780. Grayscale: #696969. Windows color (decimal): -16279425 or 8361991. OLE color: 8361991.

HSL color Cylindrical-coordinate representation of color #07987F: hue angle of 169.66º 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 #07987F is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB7152127-
CMYK0.9500.160.40
HSL169.66º91.19%31.18%-
HSV(B)169.66º95.39%59.61%-
XYZ15.1524.0323.92-
YUV105.79139.9657.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.45%
GREEN value IS 152 (59.77% from 255) = 53.15%
BLUE value IS 127 (50% from 255) = 44.41%
R=2.45%
G=53.15%
B=44.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71521270.9500.160.40169.6691.1931.18
Hex7987F5F01028aa5b1f
Octal72301771370205025213337
Binary111100110001111111101111101000010100010101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07987F; }

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

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

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

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

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

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

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

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