#0D7F8C

Color #0D7F8C Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #0D7F8C

Tints of Dark Cyan #0D7F8C

Color information

#0D7F8C (or 0x0D7F8C) is unknown color: approx Dark Cyan. HEX triplet: 0D, 7F and 8C. RGB value is (13,127,140). Sum of RGB (Red+Green+Blue) = 13+127+140=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #0D7F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7F8C is #F28073. Grayscale: #5E5E5E. Windows color (decimal): -15892596 or 9207565. OLE color: 9207565.

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

Color convert

RGB13127140-
CMYK0.910.0900.45
HSL186.14º83.01%30%-
HSV(B)186.14º90.71%54.9%-
XYZ12.4917.1627.46-
YUV94.4153.7369.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.64%
GREEN value IS 127 (50% from 255) = 45.36%
BLUE value IS 140 (55.08% from 255) = 50%
R=4.64%
G=45.36%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131271400.910.0900.45186.1483.0130
HexD7F8C5B902Dba531e
Octal151772141331105527212336
Binary110111111111000110010110111001010110110111010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,127,140); }

 H1.HeaderClassName
 {
   color: #0D7F8C;
 }
 .AnyTagClassName
 {
   color: #0D7F8C;
 }
</style>
background-color css

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

 a { background-color: rgb(13,127,140); }

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

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

 span { border-color: rgb(13,127,140); }

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