#008D88

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

Shades of Dark Cyan #008D88

Tints of Dark Cyan #008D88

Color information

#008D88 (or 0x008D88) is unknown color: approx Dark Cyan. HEX triplet: 00, 8D and 88. RGB value is (0,141,136). Sum of RGB (Red+Green+Blue) = 0+141+136=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #008D88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008D88 is #FF7277. Grayscale: #626262. Windows color (decimal): -16740984 or 8948992. OLE color: 8948992.

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

Color convert

RGB0141136-
CMYK100.040.45
HSL177.87º100%27.65%-
HSV(B)177.87º100%55.29%-
XYZ13.9720.8326.58-
YUV98.27149.2957.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 50.90%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=0%
G=50.90%
B=49.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0141136100.040.45177.8710027.65
Hex08D8864042Db2641c
Octal0215210144045526214434
Binary010001101100010001100100010010110110110010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,141,136); }

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

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

 a { background-color: rgb(0,141,136); }

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

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

 span { border-color: rgb(0,141,136); }

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