Html Css Color HEX #0D9891 Dark Cyan

📋 copy color: '#0D9891'

red 13 ◦ green 152 ◦ blue 145

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

Shades of Dark Cyan #0D9891

Tints of Dark Cyan #0D9891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.03%

 BLUE value IS 145 (57.03% from 255) = 46.77%

R = 4.19%
G = 49.03%
B = 46.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#0D9891 (or 0x0D9891) is known color: Dark Cyan. HEX triplet: 0D, 98 and 91. RGB value is (13,152,145). Sum of RGB (Red+Green+Blue) = 13+152+145=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 145 (57.03% from 255 or 46.77% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #0D9891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9891 is #F2676E. Grayscale: #6D6D6D. Windows color (decimal): -15886191 or 9541645. OLE color: 9541645.

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

Color convert

RGB 13 152 145 -
CMYK 0.91 0 0.05 0.40
HSL 176.98º 0.84% 0.32% -
HSV(B) 176.98º 0.91% 0.6% -
XYZ 16.51 24.59 30.66 -
YUV 109.64 147.95 59.07 -
System Red Green Blue C M Y K H S L
Decimal 13 152 145 0.91 0 0.05 0.40 176.98 0.84 0.32
Hex D 98 91 5B 0 5 28 B1 54 20
Octal 15 230 221 133 0 5 50 261 124 40
Binary 1101 10011000 10010001 1011011 0 101 101000 10110001 1010100 100000

Color Harmonies of #0D9891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9891

Black with #0D9891

Text Example


Text Example

White with #0D9891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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