#0EA57B

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

Shades of Free Speech Aquamarine #0EA57B

Tints of Free Speech Aquamarine #0EA57B

Color information

#0EA57B (or 0x0EA57B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, A5 and 7B. RGB value is (14,165,123). Sum of RGB (Red+Green+Blue) = 14+165+123=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 165 (64.84% from 255 or 54.64% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 165 - color contains mainly: green. Hex color #0EA57B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA57B is #F15A84. Grayscale: #737373. Windows color (decimal): -15817349 or 8103182. OLE color: 8103182.

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

Color convert

RGB14165123-
CMYK0.9200.250.35
HSL163.31º84.36%35.1%-
HSV(B)163.31º91.52%64.71%-
XYZ17.2128.4323.32-
YUV115.06132.4755.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.64%
GREEN value IS 165 (64.84% from 255) = 54.64%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=4.64%
G=54.64%
B=40.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141651230.9200.250.35163.3184.3635.1
HexEA57B5C01923a35423
Octal162451731340314324312443
Binary11101010010111110111011100011001100011101000111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,165,123); }

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

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

 a { background-color: rgb(14,165,123); }

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

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

 span { border-color: rgb(14,165,123); }

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