Html Css Color HEX #08988C Dark Cyan

📋 copy color: '#08988C'

red 8 ◦ green 152 ◦ blue 140

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

Shades of Dark Cyan #08988C

Tints of Dark Cyan #08988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 46.67%

R = 2.67%
G = 50.67%
B = 46.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#08988C (or 0x08988C) is known color: Dark Cyan. HEX triplet: 08, 98 and 8C. RGB value is (8,152,140). Sum of RGB (Red+Green+Blue) = 8+152+140=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #08988C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08988C is #F76773. Grayscale: #6B6B6B. Windows color (decimal): -16213876 or 9213960. OLE color: 9213960.

HSL color Cylindrical-coordinate representation of color #08988C: hue angle of 175º 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 #08988C is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 152 140 -
CMYK 0.95 0 0.08 0.40
HSL 175º 0.9% 0.31% -
HSV(B) 175º 0.95% 0.6% -
XYZ 16.06 24.4 28.67 -
YUV 107.58 146.29 56.98 -
System Red Green Blue C M Y K H S L
Decimal 8 152 140 0.95 0 0.08 0.40 175 0.9 0.31
Hex 8 98 8C 5F 0 8 28 AF 5A 1F
Octal 10 230 214 137 0 10 50 257 132 37
Binary 1000 10011000 10001100 1011111 0 1000 101000 10101111 1011010 11111

Color Harmonies of #08988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08988C

Black with #08988C

Text Example


Text Example

White with #08988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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