Html Css Color HEX #0D918B Dark Cyan

📋 copy color: '#0D918B'

red 13 ◦ green 145 ◦ blue 139

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

Shades of Dark Cyan #0D918B

Tints of Dark Cyan #0D918B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.82%

 BLUE value IS 139 (54.69% from 255) = 46.8%

R = 4.38%
G = 48.82%
B = 46.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#0D918B (or 0x0D918B) is known color: Dark Cyan. HEX triplet: 0D, 91 and 8B. RGB value is (13,145,139). Sum of RGB (Red+Green+Blue) = 13+145+139=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #0D918B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D918B is #F26E74. Grayscale: #686868. Windows color (decimal): -15887989 or 9146637. OLE color: 9146637.

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

Color convert

RGB 13 145 139 -
CMYK 0.91 0 0.04 0.43
HSL 177.27º 0.84% 0.31% -
HSV(B) 177.27º 0.91% 0.57% -
XYZ 14.95 22.2 27.92 -
YUV 104.85 147.27 62.49 -
System Red Green Blue C M Y K H S L
Decimal 13 145 139 0.91 0 0.04 0.43 177.27 0.84 0.31
Hex D 91 8B 5B 0 4 2B B1 54 1F
Octal 15 221 213 133 0 4 53 261 124 37
Binary 1101 10010001 10001011 1011011 0 100 101011 10110001 1010100 11111

Color Harmonies of #0D918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D918B

Black with #0D918B

Text Example


Text Example

White with #0D918B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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