Html Css Color HEX #0D8390 Dark Cyan

📋 copy color: '#0D8390'

red 13 ◦ green 131 ◦ blue 144

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

Shades of Dark Cyan #0D8390

Tints of Dark Cyan #0D8390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.49%

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

R = 4.51%
G = 45.49%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D8390 (or 0x0D8390) is known color: Dark Cyan. HEX triplet: 0D, 83 and 90. RGB value is (13,131,144). Sum of RGB (Red+Green+Blue) = 13+131+144=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D8390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8390 is #F27C6F. Grayscale: #616161. Windows color (decimal): -15891568 or 9470733. OLE color: 9470733.

HSL color Cylindrical-coordinate representation of color #0D8390: hue angle of 185.95º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8390 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 131 144 -
CMYK 0.91 0.09 0 0.44
HSL 185.95º 0.83% 0.31% -
HSV(B) 185.95º 0.91% 0.56% -
XYZ 13.32 18.33 29.22 -
YUV 97.2 154.41 67.94 -
System Red Green Blue C M Y K H S L
Decimal 13 131 144 0.91 0.09 0 0.44 185.95 0.83 0.31
Hex D 83 90 5B 9 0 2C BA 53 1F
Octal 15 203 220 133 11 0 54 272 123 37
Binary 1101 10000011 10010000 1011011 1001 0 101100 10111010 1010011 11111

Color Harmonies of #0D8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8390

Black with #0D8390

Text Example


Text Example

White with #0D8390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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