#08988A

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

Shades of Dark Cyan #08988A

Tints of Dark Cyan #08988A

Color information

#08988A (or 0x08988A) is unknown color: approx Dark Cyan. HEX triplet: 08, 98 and 8A. RGB value is (8,152,138). Sum of RGB (Red+Green+Blue) = 8+152+138=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #08988A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08988A is #F76775. Grayscale: #6B6B6B. Windows color (decimal): -16213878 or 9082888. OLE color: 9082888.

HSL color Cylindrical-coordinate representation of color #08988A: hue angle of 174.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08988A is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB8152138-
CMYK0.9500.090.40
HSL174.17º90%31.37%-
HSV(B)174.17º94.74%59.61%-
XYZ15.9224.3427.9-
YUV107.35145.2957.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.68%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 138 (54.30% from 255) = 46.31%
R=2.68%
G=51.01%
B=46.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81521380.9500.090.40174.179031.37
Hex8988A5F0928ae5a1f
Octal102302121370115025613237
Binary1000100110001000101010111110100110100010101110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08988A; }

 p { color: rgb(8,152,138); }

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

<style>
 a { background-color: #08988A; }

 a { background-color: rgb(8,152,138); }

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

<style>
 span { border-color: #08988A; }

 span { border-color: rgb(8,152,138); }

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