Html Css Color HEX #0D8D7F Dark Cyan

📋 copy color: '#0D8D7F'

red 13 ◦ green 141 ◦ blue 127

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

Shades of Dark Cyan #0D8D7F

Tints of Dark Cyan #0D8D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.18%

 BLUE value IS 127 (50% from 255) = 45.2%

R = 4.63%
G = 50.18%
B = 45.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#0D8D7F (or 0x0D8D7F) is known color: Dark Cyan. HEX triplet: 0D, 8D and 7F. RGB value is (13,141,127). Sum of RGB (Red+Green+Blue) = 13+141+127=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #0D8D7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8D7F is #F27280. Grayscale: #656565. Windows color (decimal): -15889025 or 8359181. OLE color: 8359181.

HSL color Cylindrical-coordinate representation of color #0D8D7F: hue angle of 173.44º 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 #0D8D7F is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 13 141 127 -
CMYK 0.91 0 0.10 0.45
HSL 173.44º 0.83% 0.3% -
HSV(B) 173.44º 0.91% 0.55% -
XYZ 13.52 20.67 23.36 -
YUV 101.13 142.59 65.14 -
System Red Green Blue C M Y K H S L
Decimal 13 141 127 0.91 0 0.10 0.45 173.44 0.83 0.3
Hex D 8D 7F 5B 0 A 2D AD 53 1E
Octal 15 215 177 133 0 12 55 255 123 36
Binary 1101 10001101 1111111 1011011 0 1010 101101 10101101 1010011 11110

Color Harmonies of #0D8D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8D7F

Black with #0D8D7F

Text Example


Text Example

White with #0D8D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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