#0D9682

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

Shades of Free Speech Aquamarine #0D9682

Tints of Free Speech Aquamarine #0D9682

Color information

#0D9682 (or 0x0D9682) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0D, 96 and 82. RGB value is (13,150,130). Sum of RGB (Red+Green+Blue) = 13+150+130=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9682 is #F2697D. Grayscale: #6A6A6A. Windows color (decimal): -15886718 or 8558093. OLE color: 8558093.

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

Color convert

RGB13150130-
CMYK0.9100.130.41
HSL171.24º84.05%31.96%-
HSV(B)171.24º91.33%58.82%-
XYZ15.123.5124.86-
YUV106.76141.1161.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.44%
GREEN value IS 150 (58.98% from 255) = 51.19%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=4.44%
G=51.19%
B=44.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131501300.9100.130.41171.2484.0531.96
HexD96825B0D29ab5420
Octal152262021330155125312440
Binary11011001011010000010101101101101101001101010111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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