#0F9C7D

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

Shades of Free Speech Aquamarine #0F9C7D

Tints of Free Speech Aquamarine #0F9C7D

Color information

#0F9C7D (or 0x0F9C7D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, 9C and 7D. RGB value is (15,156,125). Sum of RGB (Red+Green+Blue) = 15+156+125=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9C7D is #F06382. Grayscale: #6E6E6E. Windows color (decimal): -15754115 or 8231951. OLE color: 8231951.

HSL color Cylindrical-coordinate representation of color #0F9C7D: hue angle of 166.81º 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 #0F9C7D is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB15156125-
CMYK0.9000.200.39
HSL166.81º82.46%33.53%-
HSV(B)166.81º90.38%61.18%-
XYZ15.7925.3623.46-
YUV110.31136.2960.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.07%
GREEN value IS 156 (61.33% from 255) = 52.70%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=5.07%
G=52.70%
B=42.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151561250.9000.200.39166.8182.4633.53
HexF9C7D5A01427a75222
Octal172341751320244724712242
Binary11111001110011111011011010010100100111101001111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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