#0D948C

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

Shades of Dark Cyan #0D948C

Tints of Dark Cyan #0D948C

Color information

#0D948C (or 0x0D948C) is unknown color: approx Dark Cyan. HEX triplet: 0D, 94 and 8C. RGB value is (13,148,140). Sum of RGB (Red+Green+Blue) = 13+148+140=301 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.32% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #0D948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D948C is #F26B73. Grayscale: #6A6A6A. Windows color (decimal): -15887220 or 9212941. OLE color: 9212941.

HSL color Cylindrical-coordinate representation of color #0D948C: hue angle of 176.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D948C is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB13148140-
CMYK0.9100.050.42
HSL176.44º83.85%31.57%-
HSV(B)176.44º91.22%58.04%-
XYZ15.4923.1628.46-
YUV106.72146.7761.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.32%
GREEN value IS 148 (58.20% from 255) = 49.17%
BLUE value IS 140 (55.08% from 255) = 46.51%
R=4.32%
G=49.17%
B=46.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131481400.9100.050.42176.4483.8531.57
HexD948C5B052Ab05420
Octal15224214133055226012440
Binary1101100101001000110010110110101101010101100001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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