#0E9882

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

Shades of Free Speech Aquamarine #0E9882

Tints of Free Speech Aquamarine #0E9882

Color information

#0E9882 (or 0x0E9882) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 98 and 82. RGB value is (14,152,130). Sum of RGB (Red+Green+Blue) = 14+152+130=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #0E9882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9882 is #F1677D. Grayscale: #6C6C6C. Windows color (decimal): -15820670 or 8558606. OLE color: 8558606.

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

Color convert

RGB14152130-
CMYK0.9100.140.40
HSL170.43º83.13%32.55%-
HSV(B)170.43º90.79%59.61%-
XYZ15.4424.1624.97-
YUV108.23140.2860.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.73%
GREEN value IS 152 (59.77% from 255) = 51.35%
BLUE value IS 130 (51.17% from 255) = 43.92%
R=4.73%
G=51.35%
B=43.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141521300.9100.140.40170.4383.1332.55
HexE98825B0E28aa5321
Octal162302021330165025212341
Binary11101001100010000010101101101110101000101010101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,152,130); }

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

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

 a { background-color: rgb(14,152,130); }

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

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

 span { border-color: rgb(14,152,130); }

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