#0F9C80

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

Shades of Free Speech Aquamarine #0F9C80

Tints of Free Speech Aquamarine #0F9C80

Color information

#0F9C80 (or 0x0F9C80) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, 9C and 80. RGB value is (15,156,128). Sum of RGB (Red+Green+Blue) = 15+156+128=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9C80 is #F0637F. Grayscale: #6E6E6E. Windows color (decimal): -15754112 or 8428559. OLE color: 8428559.

HSL color Cylindrical-coordinate representation of color #0F9C80: hue angle of 168.09º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9C80 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB15156128-
CMYK0.9000.180.39
HSL168.09º82.46%33.53%-
HSV(B)168.09º90.38%61.18%-
XYZ15.9825.4424.49-
YUV110.65137.7959.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.02%
GREEN value IS 156 (61.33% from 255) = 52.17%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=5.02%
G=52.17%
B=42.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151561280.9000.180.39168.0982.4633.53
HexF9C805A01227a85222
Octal172342001320224725012242
Binary111110011100100000001011010010010100111101010001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F9C80; }

 p { color: rgb(15,156,128); }

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

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

 a { background-color: rgb(15,156,128); }

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

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

 span { border-color: rgb(15,156,128); }

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