#088C82

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

Shades of Dark Cyan #088C82

Tints of Dark Cyan #088C82

Color information

#088C82 (or 0x088C82) is unknown color: approx Dark Cyan. HEX triplet: 08, 8C and 82. RGB value is (8,140,130). Sum of RGB (Red+Green+Blue) = 8+140+130=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #088C82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088C82 is #F7737D. Grayscale: #636363. Windows color (decimal): -16216958 or 8555528. OLE color: 8555528.

HSL color Cylindrical-coordinate representation of color #088C82: hue angle of 175.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 #088C82 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB8140130-
CMYK0.9400.070.45
HSL175.45º89.19%29.02%-
HSV(B)175.45º94.29%54.9%-
XYZ13.5120.4224.35-
YUV99.39145.2762.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.88%
GREEN value IS 140 (55.08% from 255) = 50.36%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=2.88%
G=50.36%
B=46.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81401300.9400.070.45175.4589.1929.02
Hex88C825E072Daf591d
Octal10214202136075525713135
Binary100010001100100000101011110011110110110101111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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