Html Css Color HEX #0D9394 Dark Cyan

📋 copy color: '#0D9394'

red 13 ◦ green 147 ◦ blue 148

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

Shades of Dark Cyan #0D9394

Tints of Dark Cyan #0D9394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.73%

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

R = 4.22%
G = 47.73%
B = 48.05%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D9394 (or 0x0D9394) is known color: Dark Cyan. HEX triplet: 0D, 93 and 94. RGB value is (13,147,148). Sum of RGB (Red+Green+Blue) = 13+147+148=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D9394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9394 is #F26C6B. Grayscale: #6A6A6A. Windows color (decimal): -15887468 or 9736973. OLE color: 9736973.

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

Color convert

RGB 13 147 148 -
CMYK 0.91 0.01 0 0.42
HSL 180.44º 0.84% 0.32% -
HSV(B) 180.44º 0.91% 0.58% -
XYZ 15.94 23.09 31.63 -
YUV 107.05 151.11 60.92 -
System Red Green Blue C M Y K H S L
Decimal 13 147 148 0.91 0.01 0 0.42 180.44 0.84 0.32
Hex D 93 94 5B 1 0 2A B4 54 20
Octal 15 223 224 133 1 0 52 264 124 40
Binary 1101 10010011 10010100 1011011 1 0 101010 10110100 1010100 100000

Color Harmonies of #0D9394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9394

Black with #0D9394

Text Example


Text Example

White with #0D9394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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