Html Css Color HEX #08988D Dark Cyan

📋 copy color: '#08988D'

red 8 ◦ green 152 ◦ blue 141

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

Shades of Dark Cyan #08988D

Tints of Dark Cyan #08988D

RGB

 RED value IS 8 (3.52% from 255) = 2.66%

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

 BLUE value IS 141 (55.47% from 255) = 46.84%

R = 2.66%
G = 50.5%
B = 46.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#08988D (or 0x08988D) is known color: Dark Cyan. HEX triplet: 08, 98 and 8D. RGB value is (8,152,141). Sum of RGB (Red+Green+Blue) = 8+152+141=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #08988D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08988D is #F76772. Grayscale: #6B6B6B. Windows color (decimal): -16213875 or 9279496. OLE color: 9279496.

HSL color Cylindrical-coordinate representation of color #08988D: hue angle of 175.42º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08988D is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 152 141 -
CMYK 0.95 0 0.07 0.40
HSL 175.42º 0.9% 0.31% -
HSV(B) 175.42º 0.95% 0.6% -
XYZ 16.14 24.43 29.06 -
YUV 107.69 146.79 56.89 -
System Red Green Blue C M Y K H S L
Decimal 8 152 141 0.95 0 0.07 0.40 175.42 0.9 0.31
Hex 8 98 8D 5F 0 7 28 AF 5A 1F
Octal 10 230 215 137 0 7 50 257 132 37
Binary 1000 10011000 10001101 1011111 0 111 101000 10101111 1011010 11111

Color Harmonies of #08988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08988D

Black with #08988D

Text Example


Text Example

White with #08988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08988D;
 }
 .AnyTagClassName
 {
   color: #08988D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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