#0E997D

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

Shades of Free Speech Aquamarine #0E997D

Tints of Free Speech Aquamarine #0E997D

Color information

#0E997D (or 0x0E997D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 99 and 7D. RGB value is (14,153,125). Sum of RGB (Red+Green+Blue) = 14+153+125=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #0E997D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E997D is #F16682. Grayscale: #6C6C6C. Windows color (decimal): -15820419 or 8231182. OLE color: 8231182.

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

Color convert

RGB14153125-
CMYK0.9100.180.4
HSL167.91º83.23%32.75%-
HSV(B)167.91º90.85%60%-
XYZ15.2724.3623.3-
YUV108.25137.4560.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.79%
GREEN value IS 153 (60.16% from 255) = 52.40%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=4.79%
G=52.40%
B=42.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141531250.9100.180.4167.9183.2332.75
HexE997D5B01228a85321
Octal162311751330225025012341
Binary11101001100111111011011011010010101000101010001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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