#0A9E7D

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

Shades of Free Speech Aquamarine #0A9E7D

Tints of Free Speech Aquamarine #0A9E7D

Color information

#0A9E7D (or 0x0A9E7D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0A, 9E and 7D. RGB value is (10,158,125). Sum of RGB (Red+Green+Blue) = 10+158+125=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 158 (62.11% from 255 or 53.92% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9E7D is #F56182. Grayscale: #6D6D6D. Windows color (decimal): -16081283 or 8232458. OLE color: 8232458.

HSL color Cylindrical-coordinate representation of color #0A9E7D: hue angle of 166.62º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9E7D is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB10158125-
CMYK0.9400.210.38
HSL166.62º88.1%32.94%-
HSV(B)166.62º93.67%61.96%-
XYZ16.052623.57-
YUV109.99136.4756.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.41%
GREEN value IS 158 (62.11% from 255) = 53.92%
BLUE value IS 125 (49.22% from 255) = 42.66%
R=3.41%
G=53.92%
B=42.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101581250.9400.210.38166.6288.132.94
HexA9E7D5E01526a75821
Octal122361751360254624713041
Binary10101001111011111011011110010101100110101001111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,158,125); }

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

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

 a { background-color: rgb(10,158,125); }

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

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

 span { border-color: rgb(10,158,125); }

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