#00988A

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

Shades of Dark Cyan #00988A

Tints of Dark Cyan #00988A

Color information

#00988A (or 0x00988A) is unknown color: approx Dark Cyan. HEX triplet: 00, 98 and 8A. RGB value is (0,152,138). Sum of RGB (Red+Green+Blue) = 0+152+138=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #00988A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00988A is #FF6775. Grayscale: #686868. Windows color (decimal): -16738166 or 9082880. OLE color: 9082880.

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

Color convert

RGB0152138-
CMYK100.090.40
HSL174.47º100%29.8%-
HSV(B)174.47º100%59.61%-
XYZ15.8224.2927.9-
YUV104.96146.6453.14-

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) = 52.41%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=0%
G=52.41%
B=47.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal0152138100.090.40174.4710029.8
Hex0988A640928ae641e
Octal02302121440115025614436
Binary0100110001000101011001000100110100010101110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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