#0D9680

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

Shades of Free Speech Aquamarine #0D9680

Tints of Free Speech Aquamarine #0D9680

Color information

#0D9680 (or 0x0D9680) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0D, 96 and 80. RGB value is (13,150,128). Sum of RGB (Red+Green+Blue) = 13+150+128=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9680 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9680 is #F2697F. Grayscale: #6A6A6A. Windows color (decimal): -15886720 or 8427021. OLE color: 8427021.

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

Color convert

RGB13150128-
CMYK0.9100.150.41
HSL170.36º84.05%31.96%-
HSV(B)170.36º91.33%58.82%-
XYZ14.9723.4624.16-
YUV106.53140.1161.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.47%
GREEN value IS 150 (58.98% from 255) = 51.55%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=4.47%
G=51.55%
B=43.99%

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
Decimal131501280.9100.150.41170.3684.0531.96
HexD96805B0F29aa5420
Octal152262001330175125212440
Binary11011001011010000000101101101111101001101010101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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