Html Css Color HEX #0D9796 Dark Cyan

📋 copy color: '#0D9796'

red 13 ◦ green 151 ◦ blue 150

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

Shades of Dark Cyan #0D9796

Tints of Dark Cyan #0D9796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.77%

R = 4.14%
G = 48.09%
B = 47.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#0D9796 (or 0x0D9796) is known color: Dark Cyan. HEX triplet: 0D, 97 and 96. RGB value is (13,151,150). Sum of RGB (Red+Green+Blue) = 13+151+150=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #0D9796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9796 is #F26869. Grayscale: #6D6D6D. Windows color (decimal): -15886442 or 9869069. OLE color: 9869069.

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

Color convert

RGB 13 151 150 -
CMYK 0.91 0 0.01 0.41
HSL 179.57º 0.84% 0.32% -
HSV(B) 179.57º 0.91% 0.59% -
XYZ 16.74 24.42 32.69 -
YUV 109.62 150.78 59.08 -
System Red Green Blue C M Y K H S L
Decimal 13 151 150 0.91 0 0.01 0.41 179.57 0.84 0.32
Hex D 97 96 5B 0 1 29 B4 54 20
Octal 15 227 226 133 0 1 51 264 124 40
Binary 1101 10010111 10010110 1011011 0 1 101001 10110100 1010100 100000

Color Harmonies of #0D9796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9796

Black with #0D9796

Text Example


Text Example

White with #0D9796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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