#088C8D

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

Shades of Dark Cyan #088C8D

Tints of Dark Cyan #088C8D

Color information

#088C8D (or 0x088C8D) is unknown color: approx Dark Cyan. HEX triplet: 08, 8C and 8D. RGB value is (8,140,141). Sum of RGB (Red+Green+Blue) = 8+140+141=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #088C8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088C8D is #F77372. Grayscale: #646464. Windows color (decimal): -16216947 or 9276424. OLE color: 9276424.

HSL color Cylindrical-coordinate representation of color #088C8D: hue angle of 180.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088C8D is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8140141-
CMYK0.940.0100.45
HSL180.45º89.26%29.22%-
HSV(B)180.45º94.33%55.29%-
XYZ14.2920.7328.45-
YUV100.65150.7761.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.77%
GREEN value IS 140 (55.08% from 255) = 48.44%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=2.77%
G=48.44%
B=48.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81401410.940.0100.45180.4589.2629.22
Hex88C8D5E102Db4591d
Octal10214215136105526413135
Binary1000100011001000110110111101010110110110100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088C8D; }

 p { color: rgb(8,140,141); }

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

<style>
 a { background-color: #088C8D; }

 a { background-color: rgb(8,140,141); }

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

<style>
 span { border-color: #088C8D; }

 span { border-color: rgb(8,140,141); }

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