Html Css Color HEX #0D9785 Dark Cyan

📋 copy color: '#0D9785'

red 13 ◦ green 151 ◦ blue 133

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

Shades of Dark Cyan #0D9785

Tints of Dark Cyan #0D9785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.84%

 BLUE value IS 133 (52.34% from 255) = 44.78%

R = 4.38%
G = 50.84%
B = 44.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#0D9785 (or 0x0D9785) is known color: Dark Cyan. HEX triplet: 0D, 97 and 85. RGB value is (13,151,133). Sum of RGB (Red+Green+Blue) = 13+151+133=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #0D9785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9785 is #F2687A. Grayscale: #6B6B6B. Windows color (decimal): -15886459 or 8754957. OLE color: 8754957.

HSL color Cylindrical-coordinate representation of color #0D9785: hue angle of 172.17º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9785 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 13 151 133 -
CMYK 0.91 0 0.12 0.41
HSL 172.17º 0.84% 0.32% -
HSV(B) 172.17º 0.91% 0.59% -
XYZ 15.47 23.91 25.99 -
YUV 107.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 13 151 133 0.91 0 0.12 0.41 172.17 0.84 0.32
Hex D 97 85 5B 0 C 29 AC 54 20
Octal 15 227 205 133 0 14 51 254 124 40
Binary 1101 10010111 10000101 1011011 0 1100 101001 10101100 1010100 100000

Color Harmonies of #0D9785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9785

Black with #0D9785

Text Example


Text Example

White with #0D9785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,151,133); }

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

background-color css

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

 a { background-color: rgb(13,151,133); }

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

border-color css

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

 span { border-color: rgb(13,151,133); }

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