Html Css Color HEX #0D8B95 Dark Cyan

📋 copy color: '#0D8B95'

red 13 ◦ green 139 ◦ blue 149

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

Shades of Dark Cyan #0D8B95

Tints of Dark Cyan #0D8B95

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.18%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 4.32%
G = 46.18%
B = 49.5%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D8B95 (or 0x0D8B95) is known color: Dark Cyan. HEX triplet: 0D, 8B and 95. RGB value is (13,139,149). Sum of RGB (Red+Green+Blue) = 13+139+149=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D8B95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8B95 is #F2746A. Grayscale: #666666. Windows color (decimal): -15889515 or 9800461. OLE color: 9800461.

HSL color Cylindrical-coordinate representation of color #0D8B95: hue angle of 184.41º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8B95 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 139 149 -
CMYK 0.91 0.07 0 0.42
HSL 184.41º 0.84% 0.32% -
HSV(B) 184.41º 0.91% 0.58% -
XYZ 14.82 20.72 31.65 -
YUV 102.47 154.26 64.19 -
System Red Green Blue C M Y K H S L
Decimal 13 139 149 0.91 0.07 0 0.42 184.41 0.84 0.32
Hex D 8B 95 5B 7 0 2A B8 54 20
Octal 15 213 225 133 7 0 52 270 124 40
Binary 1101 10001011 10010101 1011011 111 0 101010 10111000 1010100 100000

Color Harmonies of #0D8B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8B95

Black with #0D8B95

Text Example


Text Example

White with #0D8B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,139,149); }

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

background-color css

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

 a { background-color: rgb(13,139,149); }

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

border-color css

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

 span { border-color: rgb(13,139,149); }

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