#088C91

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

Shades of Dark Cyan #088C91

Tints of Dark Cyan #088C91

Color information

#088C91 (or 0x088C91) is unknown color: approx Dark Cyan. HEX triplet: 08, 8C and 91. RGB value is (8,140,145). Sum of RGB (Red+Green+Blue) = 8+140+145=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #088C91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088C91 is #F7736E. Grayscale: #646464. Windows color (decimal): -16216943 or 9538568. OLE color: 9538568.

HSL color Cylindrical-coordinate representation of color #088C91: hue angle of 182.19º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088C91 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8140145-
CMYK0.940.0300.43
HSL182.19º89.54%30%-
HSV(B)182.19º94.48%56.86%-
XYZ14.5920.8530.04-
YUV101.1152.7761.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.73%
GREEN value IS 140 (55.08% from 255) = 47.78%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=2.73%
G=47.78%
B=49.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81401450.940.0300.43182.1989.5430
Hex88C915E302Bb65a1e
Octal10214221136305326613236
Binary10001000110010010001101111011010101110110110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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