#0E9472

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

Shades of Free Speech Aquamarine #0E9472

Tints of Free Speech Aquamarine #0E9472

Color information

#0E9472 (or 0x0E9472) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 94 and 72. RGB value is (14,148,114). Sum of RGB (Red+Green+Blue) = 14+148+114=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9472 is #F16B8D. Grayscale: #686868. Windows color (decimal): -15821710 or 7509006. OLE color: 7509006.

HSL color Cylindrical-coordinate representation of color #0E9472: hue angle of 164.78º 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 #0E9472 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14148114-
CMYK0.9100.230.42
HSL164.78º82.72%31.76%-
HSV(B)164.78º90.54%58.04%-
XYZ13.8122.4919.53-
YUV104.06133.6163.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.07%
GREEN value IS 148 (58.20% from 255) = 53.62%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=5.07%
G=53.62%
B=41.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141481140.9100.230.42164.7882.7231.76
HexE94725B0172Aa55320
Octal162241621330275224512340
Binary11101001010011100101011011010111101010101001011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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