#0E9B82

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

Shades of Free Speech Aquamarine #0E9B82

Tints of Free Speech Aquamarine #0E9B82

Color information

#0E9B82 (or 0x0E9B82) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 9B and 82. RGB value is (14,155,130). Sum of RGB (Red+Green+Blue) = 14+155+130=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9B82 is #F1647D. Grayscale: #6D6D6D. Windows color (decimal): -15819902 or 8559374. OLE color: 8559374.

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

Color convert

RGB14155130-
CMYK0.9100.160.39
HSL169.36º83.43%33.14%-
HSV(B)169.36º90.97%60.78%-
XYZ15.9325.1525.13-
YUV109.99139.2959.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.68%
GREEN value IS 155 (60.94% from 255) = 51.84%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=4.68%
G=51.84%
B=43.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141551300.9100.160.39169.3683.4333.14
HexE9B825B01027a95321
Octal162332021330204725112341
Binary111010011011100000101011011010000100111101010011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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