Html Css Color HEX #0D9889 Dark Cyan

📋 copy color: '#0D9889'

red 13 ◦ green 152 ◦ blue 137

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

Shades of Dark Cyan #0D9889

Tints of Dark Cyan #0D9889

RGB

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

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

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

R = 4.3%
G = 50.33%
B = 45.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#0D9889 (or 0x0D9889) is known color: Dark Cyan. HEX triplet: 0D, 98 and 89. RGB value is (13,152,137). Sum of RGB (Red+Green+Blue) = 13+152+137=302 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.30% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #0D9889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9889 is #F26776. Grayscale: #6C6C6C. Windows color (decimal): -15886199 or 9017357. OLE color: 9017357.

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

Color convert

RGB 13 152 137 -
CMYK 0.91 0 0.10 0.40
HSL 173.53º 0.84% 0.32% -
HSV(B) 173.53º 0.91% 0.6% -
XYZ 15.91 24.35 27.53 -
YUV 108.73 143.95 59.72 -
System Red Green Blue C M Y K H S L
Decimal 13 152 137 0.91 0 0.10 0.40 173.53 0.84 0.32
Hex D 98 89 5B 0 A 28 AE 54 20
Octal 15 230 211 133 0 12 50 256 124 40
Binary 1101 10011000 10001001 1011011 0 1010 101000 10101110 1010100 100000

Color Harmonies of #0D9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9889

Black with #0D9889

Text Example


Text Example

White with #0D9889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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