#00988D

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

Shades of Dark Cyan #00988D

Tints of Dark Cyan #00988D

Color information

#00988D (or 0x00988D) is unknown color: approx Dark Cyan. HEX triplet: 00, 98 and 8D. RGB value is (0,152,141). Sum of RGB (Red+Green+Blue) = 0+152+141=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #00988D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00988D is #FF6772. Grayscale: #696969. Windows color (decimal): -16738163 or 9279488. OLE color: 9279488.

HSL color Cylindrical-coordinate representation of color #00988D: hue angle of 175.66º 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 #00988D is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB0152141-
CMYK100.070.40
HSL175.66º100%29.8%-
HSV(B)175.66º100%59.61%-
XYZ16.0424.3829.06-
YUV105.3148.1452.89-

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.88%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=0%
G=51.88%
B=48.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0152141100.070.40175.6610029.8
Hex0988D640728b0641e
Octal0230215144075026014436
Binary010011000100011011100100011110100010110000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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