Html Css Color HEX #00988F Dark Cyan

📋 copy color: '#00988F'

red 0 ◦ green 152 ◦ blue 143

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

Shades of Dark Cyan #00988F

Tints of Dark Cyan #00988F

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 value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#00988F (or 0x00988F) is known color: 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

RGB 0 152 143 -
CMYK 1 0 0.06 0.40
HSL 176.45º 1% 0.3% -
HSV(B) 176.45º 1% 0.6% -
XYZ 16.19 24.44 29.85 -
YUV 105.53 149.14 52.73 -
System Red Green Blue C M Y K H S L
Decimal 0 152 143 1 0 0.06 0.40 176.45 1 0.3
Hex 0 98 8F 64 0 6 28 B0 64 1E
Octal 0 230 217 144 0 6 50 260 144 36
Binary 0 10011000 10001111 1100100 0 110 101000 10110000 1100100 11110

Color Harmonies of #00988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00988F

Black with #00988F

Text Example


Text Example

White with #00988F

Text Example


Text Example

HTML Codes & Css Web 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>