#00988F

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

Shades of Dark Cyan #00988F

Tints of Dark Cyan #00988F

Color information

#00988F (or 0x00988F) is unknown color: approx Dark Cyan. HEX triplet: 00, 98 and 8F. RGB value is (0,152,143). Sum of RGB (Red+Green+Blue) = 0+152+143=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #00988F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00988F is #FF6770. Grayscale: #696969. Windows color (decimal): -16738161 or 9410560. OLE color: 9410560.

HSL color Cylindrical-coordinate representation of color #00988F: hue angle of 176.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00988F is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB0152143-
CMYK100.060.40
HSL176.45º100%29.8%-
HSV(B)176.45º100%59.61%-
XYZ16.1924.4429.85-
YUV105.53149.1452.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=0%
G=51.53%
B=48.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0152143100.060.40176.4510029.8
Hex0988F640628b0641e
Octal0230217144065026014436
Binary010011000100011111100100011010100010110000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00988F; }

 p { color: rgb(0,152,143); }

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

<style>
 a { background-color: #00988F; }

 a { background-color: rgb(0,152,143); }

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

<style>
 span { border-color: #00988F; }

 span { border-color: rgb(0,152,143); }

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