#07987C

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

Shades of Free Speech Aquamarine #07987C

Tints of Free Speech Aquamarine #07987C

Color information

#07987C (or 0x07987C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 98 and 7C. RGB value is (7,152,124). Sum of RGB (Red+Green+Blue) = 7+152+124=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #07987C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07987C is #F86783. Grayscale: #696969. Windows color (decimal): -16279428 or 8165383. OLE color: 8165383.

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

Color convert

RGB7152124-
CMYK0.9500.180.40
HSL168.41º91.19%31.18%-
HSV(B)168.41º95.39%59.61%-
XYZ14.9523.9622.9-
YUV105.45138.4657.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.47%
GREEN value IS 152 (59.77% from 255) = 53.71%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=2.47%
G=53.71%
B=43.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71521240.9500.180.40168.4191.1931.18
Hex7987C5F01228a85b1f
Octal72301741370225025013337
Binary111100110001111100101111101001010100010101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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