Html Css Color HEX #0D8291 Dark Cyan

📋 copy color: '#0D8291'

red 13 ◦ green 130 ◦ blue 145

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

Shades of Dark Cyan #0D8291

Tints of Dark Cyan #0D8291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.14%

 BLUE value IS 145 (57.03% from 255) = 50.35%

R = 4.51%
G = 45.14%
B = 50.35%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0D8291 (or 0x0D8291) is known color: Dark Cyan. HEX triplet: 0D, 82 and 91. RGB value is (13,130,145). Sum of RGB (Red+Green+Blue) = 13+130+145=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D8291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8291 is #F27D6E. Grayscale: #606060. Windows color (decimal): -15891823 or 9536013. OLE color: 9536013.

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

Color convert

RGB 13 130 145 -
CMYK 0.91 0.10 0 0.43
HSL 186.82º 0.84% 0.31% -
HSV(B) 186.82º 0.91% 0.57% -
XYZ 13.26 18.1 29.58 -
YUV 96.73 155.24 68.28 -
System Red Green Blue C M Y K H S L
Decimal 13 130 145 0.91 0.10 0 0.43 186.82 0.84 0.31
Hex D 82 91 5B A 0 2B BB 54 1F
Octal 15 202 221 133 12 0 53 273 124 37
Binary 1101 10000010 10010001 1011011 1010 0 101011 10111011 1010100 11111

Color Harmonies of #0D8291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8291

Black with #0D8291

Text Example


Text Example

White with #0D8291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,130,145); }

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

background-color css

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

 a { background-color: rgb(13,130,145); }

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

border-color css

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

 span { border-color: rgb(13,130,145); }

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