Html Css Color HEX #0D9087 Dark Cyan

📋 copy color: '#0D9087'

red 13 ◦ green 144 ◦ blue 135

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

Shades of Dark Cyan #0D9087

Tints of Dark Cyan #0D9087

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

 BLUE value IS 135 (53.13% from 255) = 46.23%

R = 4.45%
G = 49.32%
B = 46.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#0D9087 (or 0x0D9087) is known color: Dark Cyan. HEX triplet: 0D, 90 and 87. RGB value is (13,144,135). Sum of RGB (Red+Green+Blue) = 13+144+135=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #0D9087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9087 is #F26F78. Grayscale: #676767. Windows color (decimal): -15888249 or 8884237. OLE color: 8884237.

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

Color convert

RGB 13 144 135 -
CMYK 0.91 0 0.06 0.44
HSL 175.88º 0.83% 0.31% -
HSV(B) 175.88º 0.91% 0.56% -
XYZ 14.51 21.78 26.36 -
YUV 103.81 145.6 63.23 -
System Red Green Blue C M Y K H S L
Decimal 13 144 135 0.91 0 0.06 0.44 175.88 0.83 0.31
Hex D 90 87 5B 0 6 2C B0 53 1F
Octal 15 220 207 133 0 6 54 260 123 37
Binary 1101 10010000 10000111 1011011 0 110 101100 10110000 1010011 11111

Color Harmonies of #0D9087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9087

Black with #0D9087

Text Example


Text Example

White with #0D9087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,144,135); }

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

background-color css

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

 a { background-color: rgb(13,144,135); }

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

border-color css

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

 span { border-color: rgb(13,144,135); }

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