Html Css Color HEX #0D828E Dark Cyan

📋 copy color: '#0D828E'

red 13 ◦ green 130 ◦ blue 142

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

Shades of Dark Cyan #0D828E

Tints of Dark Cyan #0D828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.82%

R = 4.56%
G = 45.61%
B = 49.82%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0D828E (or 0x0D828E) is known color: Dark Cyan. HEX triplet: 0D, 82 and 8E. RGB value is (13,130,142). Sum of RGB (Red+Green+Blue) = 13+130+142=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #0D828E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D828E is #F27D71. Grayscale: #606060. Windows color (decimal): -15891826 or 9339405. OLE color: 9339405.

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

Color convert

RGB 13 130 142 -
CMYK 0.91 0.08 0 0.44
HSL 185.58º 0.83% 0.3% -
HSV(B) 185.58º 0.91% 0.56% -
XYZ 13.03 18 28.38 -
YUV 96.39 153.74 68.52 -
System Red Green Blue C M Y K H S L
Decimal 13 130 142 0.91 0.08 0 0.44 185.58 0.83 0.3
Hex D 82 8E 5B 8 0 2C BA 53 1E
Octal 15 202 216 133 10 0 54 272 123 36
Binary 1101 10000010 10001110 1011011 1000 0 101100 10111010 1010011 11110

Color Harmonies of #0D828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D828E

Black with #0D828E

Text Example


Text Example

White with #0D828E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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