Html Css Color HEX #00988E Dark Cyan

📋 copy color: '#00988E'

red 0 ◦ green 152 ◦ blue 142

#00988E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #00988E

Tints of Dark Cyan #00988E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 152 (59.77% from 255) = 51.7%

 BLUE value IS 142 (55.86% from 255) = 48.3%

R = 0%
G = 51.7%
B = 48.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#00988E (or 0x00988E) is known color: Dark Cyan. HEX triplet: 00, 98 and 8E. RGB value is (0,152,142). Sum of RGB (Red+Green+Blue) = 0+152+142=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #00988E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00988E is #FF6771. Grayscale: #696969. Windows color (decimal): -16738162 or 9345024. OLE color: 9345024.

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

Color convert

RGB 0 152 142 -
CMYK 1 0 0.07 0.40
HSL 176.05º 1% 0.3% -
HSV(B) 176.05º 1% 0.6% -
XYZ 16.11 24.41 29.45 -
YUV 105.41 148.64 52.81 -
System Red Green Blue C M Y K H S L
Decimal 0 152 142 1 0 0.07 0.40 176.05 1 0.3
Hex 0 98 8E 64 0 7 28 B0 64 1E
Octal 0 230 216 144 0 7 50 260 144 36
Binary 0 10011000 10001110 1100100 0 111 101000 10110000 1100100 11110

Color Harmonies of #00988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00988E

Black with #00988E

Text Example


Text Example

White with #00988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00988E;
 }
 .AnyTagClassName
 {
   color: #00988E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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