Html Css Color HEX #00988B Dark Cyan

📋 copy color: '#00988B'

red 0 ◦ green 152 ◦ blue 139

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

Shades of Dark Cyan #00988B

Tints of Dark Cyan #00988B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.77%

R = 0%
G = 52.23%
B = 47.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#00988B (or 0x00988B) is known color: Dark Cyan. HEX triplet: 00, 98 and 8B. RGB value is (0,152,139). Sum of RGB (Red+Green+Blue) = 0+152+139=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #00988B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00988B is #FF6774. Grayscale: #686868. Windows color (decimal): -16738165 or 9148416. OLE color: 9148416.

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

Color convert

RGB 0 152 139 -
CMYK 1 0 0.09 0.40
HSL 174.87º 1% 0.3% -
HSV(B) 174.87º 1% 0.6% -
XYZ 15.89 24.32 28.28 -
YUV 105.07 147.14 53.06 -
System Red Green Blue C M Y K H S L
Decimal 0 152 139 1 0 0.09 0.40 174.87 1 0.3
Hex 0 98 8B 64 0 9 28 AF 64 1E
Octal 0 230 213 144 0 11 50 257 144 36
Binary 0 10011000 10001011 1100100 0 1001 101000 10101111 1100100 11110

Color Harmonies of #00988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00988B

Black with #00988B

Text Example


Text Example

White with #00988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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