#088C8E

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

Shades of Dark Cyan #088C8E

Tints of Dark Cyan #088C8E

Color information

#088C8E (or 0x088C8E) is unknown color: approx Dark Cyan. HEX triplet: 08, 8C and 8E. RGB value is (8,140,142). Sum of RGB (Red+Green+Blue) = 8+140+142=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #088C8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088C8E is #F77371. Grayscale: #646464. Windows color (decimal): -16216946 or 9341960. OLE color: 9341960.

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

Color convert

RGB8140142-
CMYK0.940.0100.44
HSL180.9º89.33%29.41%-
HSV(B)180.9º94.37%55.69%-
XYZ14.3620.7628.84-
YUV100.76151.2761.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.76%
GREEN value IS 140 (55.08% from 255) = 48.28%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=2.76%
G=48.28%
B=48.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81401420.940.0100.44180.989.3329.41
Hex88C8E5E102Cb5591d
Octal10214216136105426513135
Binary1000100011001000111010111101010110010110101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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