Html Css Color HEX #0D8492 Dark Cyan

📋 copy color: '#0D8492'

red 13 ◦ green 132 ◦ blue 146

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

Shades of Dark Cyan #0D8492

Tints of Dark Cyan #0D8492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.36%

 BLUE value IS 146 (57.42% from 255) = 50.17%

R = 4.47%
G = 45.36%
B = 50.17%

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

#0D8492 (or 0x0D8492) is known color: Dark Cyan. HEX triplet: 0D, 84 and 92. RGB value is (13,132,146). Sum of RGB (Red+Green+Blue) = 13+132+146=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D8492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8492 is #F27B6D. Grayscale: #616161. Windows color (decimal): -15891310 or 9602061. OLE color: 9602061.

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

Color convert

RGB 13 132 146 -
CMYK 0.91 0.10 0 0.43
HSL 186.32º 0.84% 0.31% -
HSV(B) 186.32º 0.91% 0.57% -
XYZ 13.61 18.66 30.08 -
YUV 98.02 155.08 67.36 -
System Red Green Blue C M Y K H S L
Decimal 13 132 146 0.91 0.10 0 0.43 186.32 0.84 0.31
Hex D 84 92 5B A 0 2B BA 54 1F
Octal 15 204 222 133 12 0 53 272 124 37
Binary 1101 10000100 10010010 1011011 1010 0 101011 10111010 1010100 11111

Color Harmonies of #0D8492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8492

Black with #0D8492

Text Example


Text Example

White with #0D8492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,132,146); }

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

background-color css

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

 a { background-color: rgb(13,132,146); }

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

border-color css

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

 span { border-color: rgb(13,132,146); }

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