#0D948E

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

Shades of Dark Cyan #0D948E

Tints of Dark Cyan #0D948E

Color information

#0D948E (or 0x0D948E) is unknown color: approx Dark Cyan. HEX triplet: 0D, 94 and 8E. RGB value is (13,148,142). Sum of RGB (Red+Green+Blue) = 13+148+142=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #0D948E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D948E is #F26B71. Grayscale: #6A6A6A. Windows color (decimal): -15887218 or 9344013. OLE color: 9344013.

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

Color convert

RGB13148142-
CMYK0.9100.040.42
HSL177.33º83.85%31.57%-
HSV(B)177.33º91.22%58.04%-
XYZ15.6423.2229.25-
YUV106.95147.7760.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.29%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=4.29%
G=48.84%
B=46.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131481420.9100.040.42177.3383.8531.57
HexD948E5B042Ab15420
Octal15224216133045226112440
Binary1101100101001000111010110110100101010101100011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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