#07987B

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

Shades of Free Speech Aquamarine #07987B

Tints of Free Speech Aquamarine #07987B

Color information

#07987B (or 0x07987B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 07, 98 and 7B. RGB value is (7,152,123). Sum of RGB (Red+Green+Blue) = 7+152+123=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #07987B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07987B is #F86784. Grayscale: #696969. Windows color (decimal): -16279429 or 8099847. OLE color: 8099847.

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

Color convert

RGB7152123-
CMYK0.9500.190.40
HSL168º91.19%31.18%-
HSV(B)168º95.39%59.61%-
XYZ14.8923.9322.57-
YUV105.34137.9657.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.48%
GREEN value IS 152 (59.77% from 255) = 53.90%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=2.48%
G=53.90%
B=43.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71521230.9500.190.4016891.1931.18
Hex7987B5F01328a85b1f
Octal72301731370235025013337
Binary111100110001111011101111101001110100010101000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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