#0D9E6B

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

Shades of Free Speech Aquamarine #0D9E6B

Tints of Free Speech Aquamarine #0D9E6B

Color information

#0D9E6B (or 0x0D9E6B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0D, 9E and 6B. RGB value is (13,158,107). Sum of RGB (Red+Green+Blue) = 13+158+107=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 158 (62.11% from 255 or 56.83% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9E6B is #F26194. Grayscale: #6C6C6C. Windows color (decimal): -15884693 or 7052813. OLE color: 7052813.

HSL color Cylindrical-coordinate representation of color #0D9E6B: hue angle of 158.9º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9E6B is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB13158107-
CMYK0.9200.320.38
HSL158.9º84.8%33.53%-
HSV(B)158.9º91.77%61.96%-
XYZ15.0525.618.06-
YUV108.83126.9659.65-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.68%
GREEN value IS 158 (62.11% from 255) = 56.83%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=4.68%
G=56.83%
B=38.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131581070.9200.320.38158.984.833.53
HexD9E6B5C020269f5522
Octal152361531340404623712542
Binary110110011110110101110111000100000100110100111111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,158,107); }

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

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

 a { background-color: rgb(13,158,107); }

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

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

 span { border-color: rgb(13,158,107); }

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