#0E997C

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

Shades of Free Speech Aquamarine #0E997C

Tints of Free Speech Aquamarine #0E997C

Color information

#0E997C (or 0x0E997C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 99 and 7C. RGB value is (14,153,124). Sum of RGB (Red+Green+Blue) = 14+153+124=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #0E997C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E997C is #F16683. Grayscale: #6C6C6C. Windows color (decimal): -15820420 or 8165646. OLE color: 8165646.

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

Color convert

RGB14153124-
CMYK0.9100.190.4
HSL167.48º83.23%32.75%-
HSV(B)167.48º90.85%60%-
XYZ15.2124.3322.96-
YUV108.13136.9560.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.81%
GREEN value IS 153 (60.16% from 255) = 52.58%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=4.81%
G=52.58%
B=42.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141531240.9100.190.4167.4883.2332.75
HexE997C5B01328a75321
Octal162311741330235024712341
Binary11101001100111111001011011010011101000101001111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,153,124); }

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

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

 a { background-color: rgb(14,153,124); }

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

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

 span { border-color: rgb(14,153,124); }

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