#0D967F

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

Shades of Free Speech Aquamarine #0D967F

Tints of Free Speech Aquamarine #0D967F

Color information

#0D967F (or 0x0D967F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0D, 96 and 7F. RGB value is (13,150,127). Sum of RGB (Red+Green+Blue) = 13+150+127=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #0D967F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D967F is #F26980. Grayscale: #6A6A6A. Windows color (decimal): -15886721 or 8361485. OLE color: 8361485.

HSL color Cylindrical-coordinate representation of color #0D967F: hue angle of 169.93º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D967F is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB13150127-
CMYK0.9100.150.41
HSL169.93º84.05%31.96%-
HSV(B)169.93º91.33%58.82%-
XYZ14.923.4323.82-
YUV106.42139.6161.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.48%
GREEN value IS 150 (58.98% from 255) = 51.72%
BLUE value IS 127 (50% from 255) = 43.79%
R=4.48%
G=51.72%
B=43.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131501270.9100.150.41169.9384.0531.96
HexD967F5B0F29aa5420
Octal152261771330175125212440
Binary1101100101101111111101101101111101001101010101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,150,127); }

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

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

 a { background-color: rgb(13,150,127); }

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

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

 span { border-color: rgb(13,150,127); }

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