Html Css Color HEX #0D9186 Dark Cyan

📋 copy color: '#0D9186'

red 13 ◦ green 145 ◦ blue 134

#0D9186
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #0D9186

Tints of Dark Cyan #0D9186

RGB

 RED value IS 13 (5.47% from 255) = 4.45%

 GREEN value IS 145 (57.03% from 255) = 49.66%

 BLUE value IS 134 (52.73% from 255) = 45.89%

R = 4.45%
G = 49.66%
B = 45.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#0D9186 (or 0x0D9186) is known color: Dark Cyan. HEX triplet: 0D, 91 and 86. RGB value is (13,145,134). Sum of RGB (Red+Green+Blue) = 13+145+134=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9186 is #F26E79. Grayscale: #686868. Windows color (decimal): -15887994 or 8818957. OLE color: 8818957.

HSL color Cylindrical-coordinate representation of color #0D9186: hue angle of 175º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9186 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 13 145 134 -
CMYK 0.91 0 0.08 0.43
HSL 175º 0.84% 0.31% -
HSV(B) 175º 0.91% 0.57% -
XYZ 14.59 22.06 26.04 -
YUV 104.28 144.77 62.89 -
System Red Green Blue C M Y K H S L
Decimal 13 145 134 0.91 0 0.08 0.43 175 0.84 0.31
Hex D 91 86 5B 0 8 2B AF 54 1F
Octal 15 221 206 133 0 10 53 257 124 37
Binary 1101 10010001 10000110 1011011 0 1000 101011 10101111 1010100 11111

Color Harmonies of #0D9186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9186

Black with #0D9186

Text Example


Text Example

White with #0D9186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,145,134); }

 H1.HeaderClassName
 {
   color: #0D9186;
 }
 .AnyTagClassName
 {
   color: #0D9186;
 }
</style>

background-color css

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

 a { background-color: rgb(13,145,134); }

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

border-color css

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

 span { border-color: rgb(13,145,134); }

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