Html Css Color HEX #0D808D Dark Cyan

📋 copy color: '#0D808D'

red 13 ◦ green 128 ◦ blue 141

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

Shades of Dark Cyan #0D808D

Tints of Dark Cyan #0D808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.39%

 BLUE value IS 141 (55.47% from 255) = 50%

R = 4.61%
G = 45.39%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0D808D (or 0x0D808D) is known color: Dark Cyan. HEX triplet: 0D, 80 and 8D. RGB value is (13,128,141). Sum of RGB (Red+Green+Blue) = 13+128+141=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D808D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D808D is #F27F72. Grayscale: #5E5E5E. Windows color (decimal): -15892339 or 9273357. OLE color: 9273357.

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

Color convert

RGB 13 128 141 -
CMYK 0.91 0.09 0 0.45
HSL 186.09º 0.83% 0.3% -
HSV(B) 186.09º 0.91% 0.55% -
XYZ 12.69 17.45 27.9 -
YUV 95.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 13 128 141 0.91 0.09 0 0.45 186.09 0.83 0.3
Hex D 80 8D 5B 9 0 2D BA 53 1E
Octal 15 200 215 133 11 0 55 272 123 36
Binary 1101 10000000 10001101 1011011 1001 0 101101 10111010 1010011 11110

Color Harmonies of #0D808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D808D

Black with #0D808D

Text Example


Text Example

White with #0D808D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,128,141); }

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

background-color css

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

 a { background-color: rgb(13,128,141); }

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

border-color css

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

 span { border-color: rgb(13,128,141); }

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