Html Css Color HEX #0D9694 Dark Cyan

📋 copy color: '#0D9694'

red 13 ◦ green 150 ◦ blue 148

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

Shades of Dark Cyan #0D9694

Tints of Dark Cyan #0D9694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.23%

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 4.18%
G = 48.23%
B = 47.59%

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

#0D9694 (or 0x0D9694) is known color: Dark Cyan. HEX triplet: 0D, 96 and 94. RGB value is (13,150,148). Sum of RGB (Red+Green+Blue) = 13+150+148=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9694 is #F2696B. Grayscale: #6C6C6C. Windows color (decimal): -15886700 or 9737741. OLE color: 9737741.

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

Color convert

RGB 13 150 148 -
CMYK 0.91 0 0.01 0.41
HSL 179.12º 0.84% 0.32% -
HSV(B) 179.12º 0.91% 0.59% -
XYZ 16.42 24.04 31.79 -
YUV 108.81 150.11 59.66 -
System Red Green Blue C M Y K H S L
Decimal 13 150 148 0.91 0 0.01 0.41 179.12 0.84 0.32
Hex D 96 94 5B 0 1 29 B3 54 20
Octal 15 226 224 133 0 1 51 263 124 40
Binary 1101 10010110 10010100 1011011 0 1 101001 10110011 1010100 100000

Color Harmonies of #0D9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9694

Black with #0D9694

Text Example


Text Example

White with #0D9694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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