#0E928A

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

Shades of Dark Cyan #0E928A

Tints of Dark Cyan #0E928A

Color information

#0E928A (or 0x0E928A) is unknown color: approx Dark Cyan. HEX triplet: 0E, 92 and 8A. RGB value is (14,146,138). Sum of RGB (Red+Green+Blue) = 14+146+138=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #0E928A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E928A is #F16D75. Grayscale: #696969. Windows color (decimal): -15822198 or 9081358. OLE color: 9081358.

HSL color Cylindrical-coordinate representation of color #0E928A: hue angle of 176.36º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E928A is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB14146138-
CMYK0.9000.050.43
HSL176.36º82.5%31.37%-
HSV(B)176.36º90.41%57.25%-
XYZ15.0522.4927.59-
YUV105.62146.2762.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.70%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 138 (54.30% from 255) = 46.31%
R=4.70%
G=48.99%
B=46.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141461380.9000.050.43176.3682.531.37
HexE928A5A052Bb0521f
Octal16222212132055326012237
Binary111010010010100010101011010010110101110110000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,146,138); }

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

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

 a { background-color: rgb(14,146,138); }

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

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

 span { border-color: rgb(14,146,138); }

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