#008E94

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

Shades of Dark Cyan #008E94

Tints of Dark Cyan #008E94

Color information

#008E94 (or 0x008E94) is unknown color: approx Dark Cyan. HEX triplet: 00, 8E and 94. RGB value is (0,142,148). Sum of RGB (Red+Green+Blue) = 0+142+148=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #008E94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008E94 is #FF716B. Grayscale: #646464. Windows color (decimal): -16740716 or 9735680. OLE color: 9735680.

HSL color Cylindrical-coordinate representation of color #008E94: hue angle of 182.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E94 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB0142148-
CMYK10.0400.42
HSL182.43º100%29.02%-
HSV(B)182.43º100%58.04%-
XYZ15.0221.4831.37-
YUV100.23154.9656.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 48.97%
BLUE value IS 148 (58.20% from 255) = 51.03%
R=0%
G=48.97%
B=51.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014214810.0400.42182.4310029.02
Hex08E9464402Ab6641d
Octal0216224144405226614435
Binary010001110100101001100100100010101010110110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008E94; }

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

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

<style>
 a { background-color: #008E94; }

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

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

<style>
 span { border-color: #008E94; }

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

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