Html Css Color HEX #08888C Dark Cyan

📋 copy color: '#08888C'

red 8 ◦ green 136 ◦ blue 140

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

Shades of Dark Cyan #08888C

Tints of Dark Cyan #08888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.89%

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

R = 2.82%
G = 47.89%
B = 49.3%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08888C (or 0x08888C) is known color: Dark Cyan. HEX triplet: 08, 88 and 8C. RGB value is (8,136,140). Sum of RGB (Red+Green+Blue) = 8+136+140=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #08888C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08888C is #F77773. Grayscale: #626262. Windows color (decimal): -16217972 or 9209864. OLE color: 9209864.

HSL color Cylindrical-coordinate representation of color #08888C: hue angle of 181.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08888C is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 136 140 -
CMYK 0.94 0.03 0 0.45
HSL 181.82º 0.89% 0.29% -
HSV(B) 181.82º 0.94% 0.55% -
XYZ 13.64 19.55 27.87 -
YUV 98.18 151.59 63.67 -
System Red Green Blue C M Y K H S L
Decimal 8 136 140 0.94 0.03 0 0.45 181.82 0.89 0.29
Hex 8 88 8C 5E 3 0 2D B6 59 1D
Octal 10 210 214 136 3 0 55 266 131 35
Binary 1000 10001000 10001100 1011110 11 0 101101 10110110 1011001 11101

Color Harmonies of #08888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08888C

Black with #08888C

Text Example


Text Example

White with #08888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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