#0D987D

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

Shades of Free Speech Aquamarine #0D987D

Tints of Free Speech Aquamarine #0D987D

Color information

#0D987D (or 0x0D987D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0D, 98 and 7D. RGB value is (13,152,125). Sum of RGB (Red+Green+Blue) = 13+152+125=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #0D987D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D987D is #F26782. Grayscale: #6B6B6B. Windows color (decimal): -15886211 or 8230925. OLE color: 8230925.

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

Color convert

RGB13152125-
CMYK0.9100.180.40
HSL168.35º84.24%32.35%-
HSV(B)168.35º91.45%59.61%-
XYZ15.124.0223.24-
YUV107.36137.9560.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.48%
GREEN value IS 152 (59.77% from 255) = 52.41%
BLUE value IS 125 (49.22% from 255) = 43.10%
R=4.48%
G=52.41%
B=43.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131521250.9100.180.40168.3584.2432.35
HexD987D5B01228a85420
Octal152301751330225025012440
Binary11011001100011111011011011010010101000101010001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,152,125); }

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

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

 a { background-color: rgb(13,152,125); }

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

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

 span { border-color: rgb(13,152,125); }

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