#0D928B

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

Shades of Dark Cyan #0D928B

Tints of Dark Cyan #0D928B

Color information

#0D928B (or 0x0D928B) is unknown color: approx Dark Cyan. HEX triplet: 0D, 92 and 8B. RGB value is (13,146,139). Sum of RGB (Red+Green+Blue) = 13+146+139=298 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.36% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #0D928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D928B is #F26D74. Grayscale: #696969. Windows color (decimal): -15887733 or 9146893. OLE color: 9146893.

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

Color convert

RGB13146139-
CMYK0.9100.050.43
HSL176.84º83.65%31.18%-
HSV(B)176.84º91.1%57.25%-
XYZ15.1122.5127.97-
YUV105.44146.9462.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.36%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=4.36%
G=48.99%
B=46.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131461390.9100.050.43176.8483.6531.18
HexD928B5B052Bb1541f
Octal15222213133055326112437
Binary110110010010100010111011011010110101110110001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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