Html Css Color HEX #0D9390 Dark Cyan

📋 copy color: '#0D9390'

red 13 ◦ green 147 ◦ blue 144

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

Shades of Dark Cyan #0D9390

Tints of Dark Cyan #0D9390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.37%

R = 4.28%
G = 48.36%
B = 47.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#0D9390 (or 0x0D9390) is known color: Dark Cyan. HEX triplet: 0D, 93 and 90. RGB value is (13,147,144). Sum of RGB (Red+Green+Blue) = 13+147+144=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9390 is #F26C6F. Grayscale: #6A6A6A. Windows color (decimal): -15887472 or 9474829. OLE color: 9474829.

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

Color convert

RGB 13 147 144 -
CMYK 0.91 0 0.02 0.42
HSL 178.66º 0.84% 0.31% -
HSV(B) 178.66º 0.91% 0.58% -
XYZ 15.63 22.97 29.99 -
YUV 106.59 149.11 61.24 -
System Red Green Blue C M Y K H S L
Decimal 13 147 144 0.91 0 0.02 0.42 178.66 0.84 0.31
Hex D 93 90 5B 0 2 2A B3 54 1F
Octal 15 223 220 133 0 2 52 263 124 37
Binary 1101 10010011 10010000 1011011 0 10 101010 10110011 1010100 11111

Color Harmonies of #0D9390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9390

Black with #0D9390

Text Example


Text Example

White with #0D9390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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