Html Css Color HEX #0D858A Dark Cyan

📋 copy color: '#0D858A'

red 13 ◦ green 133 ◦ blue 138

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

Shades of Dark Cyan #0D858A

Tints of Dark Cyan #0D858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.83%

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 4.58%
G = 46.83%
B = 48.59%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0D858A (or 0x0D858A) is known color: Dark Cyan. HEX triplet: 0D, 85 and 8A. RGB value is (13,133,138). Sum of RGB (Red+Green+Blue) = 13+133+138=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #0D858A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D858A is #F27A75. Grayscale: #616161. Windows color (decimal): -15891062 or 9078029. OLE color: 9078029.

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

Color convert

RGB 13 133 138 -
CMYK 0.91 0.04 0 0.46
HSL 182.4º 0.83% 0.3% -
HSV(B) 182.4º 0.91% 0.54% -
XYZ 13.14 18.7 26.96 -
YUV 97.69 150.74 67.59 -
System Red Green Blue C M Y K H S L
Decimal 13 133 138 0.91 0.04 0 0.46 182.4 0.83 0.3
Hex D 85 8A 5B 4 0 2E B6 53 1E
Octal 15 205 212 133 4 0 56 266 123 36
Binary 1101 10000101 10001010 1011011 100 0 101110 10110110 1010011 11110

Color Harmonies of #0D858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D858A

Black with #0D858A

Text Example


Text Example

White with #0D858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,133,138); }

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

background-color css

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

 a { background-color: rgb(13,133,138); }

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

border-color css

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

 span { border-color: rgb(13,133,138); }

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