#0FA678

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

Shades of Free Speech Aquamarine #0FA678

Tints of Free Speech Aquamarine #0FA678

Color information

#0FA678 (or 0x0FA678) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, A6 and 78. RGB value is (15,166,120). Sum of RGB (Red+Green+Blue) = 15+166+120=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA678 is #F05987. Grayscale: #737373. Windows color (decimal): -15751560 or 7906831. OLE color: 7906831.

HSL color Cylindrical-coordinate representation of color #0FA678: hue angle of 161.72º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA678 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB15166120-
CMYK0.9100.280.35
HSL161.72º83.43%35.49%-
HSV(B)161.72º90.96%65.1%-
XYZ17.2228.7322.41-
YUV115.61130.4756.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.98%
GREEN value IS 166 (65.23% from 255) = 55.15%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=4.98%
G=55.15%
B=39.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151661200.9100.280.35161.7283.4335.49
HexFA6785B01C23a25323
Octal172461701330344324212343
Binary11111010011011110001011011011100100011101000101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,166,120); }

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

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

 a { background-color: rgb(15,166,120); }

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

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

 span { border-color: rgb(15,166,120); }

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