Html Css Color HEX #0D9189 Dark Cyan

📋 copy color: '#0D9189'

red 13 ◦ green 145 ◦ blue 137

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

Shades of Dark Cyan #0D9189

Tints of Dark Cyan #0D9189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.44%

R = 4.41%
G = 49.15%
B = 46.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#0D9189 (or 0x0D9189) is known color: Dark Cyan. HEX triplet: 0D, 91 and 89. RGB value is (13,145,137). Sum of RGB (Red+Green+Blue) = 13+145+137=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9189 is #F26E76. Grayscale: #686868. Windows color (decimal): -15887991 or 9015565. OLE color: 9015565.

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

Color convert

RGB 13 145 137 -
CMYK 0.91 0 0.06 0.43
HSL 176.36º 0.84% 0.31% -
HSV(B) 176.36º 0.91% 0.57% -
XYZ 14.81 22.14 27.16 -
YUV 104.62 146.27 62.65 -
System Red Green Blue C M Y K H S L
Decimal 13 145 137 0.91 0 0.06 0.43 176.36 0.84 0.31
Hex D 91 89 5B 0 6 2B B0 54 1F
Octal 15 221 211 133 0 6 53 260 124 37
Binary 1101 10010001 10001001 1011011 0 110 101011 10110000 1010100 11111

Color Harmonies of #0D9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9189

Black with #0D9189

Text Example


Text Example

White with #0D9189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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