#0E948E

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

Shades of Dark Cyan #0E948E

Tints of Dark Cyan #0E948E

Color information

#0E948E (or 0x0E948E) is unknown color: approx Dark Cyan. HEX triplet: 0E, 94 and 8E. RGB value is (14,148,142). Sum of RGB (Red+Green+Blue) = 14+148+142=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #0E948E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E948E is #F16B71. Grayscale: #6B6B6B. Windows color (decimal): -15821682 or 9344014. OLE color: 9344014.

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

Color convert

RGB14148142-
CMYK0.9100.040.42
HSL177.31º82.72%31.76%-
HSV(B)177.31º90.54%58.04%-
XYZ15.6523.2329.25-
YUV107.25147.6161.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.61%
GREEN value IS 148 (58.20% from 255) = 48.68%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=4.61%
G=48.68%
B=46.71%

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
Decimal141481420.9100.040.42177.3182.7231.76
HexE948E5B042Ab15320
Octal16224216133045226112340
Binary1110100101001000111010110110100101010101100011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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