Html Css Color HEX #0D8A91 Dark Cyan

📋 copy color: '#0D8A91'

red 13 ◦ green 138 ◦ blue 145

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

Shades of Dark Cyan #0D8A91

Tints of Dark Cyan #0D8A91

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.62%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 4.39%
G = 46.62%
B = 48.99%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0D8A91 (or 0x0D8A91) is known color: Dark Cyan. HEX triplet: 0D, 8A and 91. RGB value is (13,138,145). Sum of RGB (Red+Green+Blue) = 13+138+145=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #0D8A91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8A91 is #F2756E. Grayscale: #656565. Windows color (decimal): -15889775 or 9538061. OLE color: 9538061.

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

Color convert

RGB 13 138 145 -
CMYK 0.91 0.05 0 0.43
HSL 183.18º 0.84% 0.31% -
HSV(B) 183.18º 0.91% 0.57% -
XYZ 14.37 20.31 29.95 -
YUV 101.42 152.59 64.93 -
System Red Green Blue C M Y K H S L
Decimal 13 138 145 0.91 0.05 0 0.43 183.18 0.84 0.31
Hex D 8A 91 5B 5 0 2B B7 54 1F
Octal 15 212 221 133 5 0 53 267 124 37
Binary 1101 10001010 10010001 1011011 101 0 101011 10110111 1010100 11111

Color Harmonies of #0D8A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8A91

Black with #0D8A91

Text Example


Text Example

White with #0D8A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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