#0E9480

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

Shades of Free Speech Aquamarine #0E9480

Tints of Free Speech Aquamarine #0E9480

Color information

#0E9480 (or 0x0E9480) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 94 and 80. RGB value is (14,148,128). Sum of RGB (Red+Green+Blue) = 14+148+128=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9480 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9480 is #F16B7F. Grayscale: #696969. Windows color (decimal): -15821696 or 8426510. OLE color: 8426510.

HSL color Cylindrical-coordinate representation of color #0E9480: hue angle of 171.04º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9480 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14148128-
CMYK0.9100.140.42
HSL171.04º82.72%31.76%-
HSV(B)171.04º90.54%58.04%-
XYZ14.6722.8324.06-
YUV105.65140.6162.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.83%
GREEN value IS 148 (58.20% from 255) = 51.03%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=4.83%
G=51.03%
B=44.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141481280.9100.140.42171.0482.7231.76
HexE94805B0E2Aab5320
Octal162242001330165225312340
Binary11101001010010000000101101101110101010101010111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,148,128); }

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

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

 a { background-color: rgb(14,148,128); }

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

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

 span { border-color: rgb(14,148,128); }

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