Html Css Color HEX #08888B Dark Cyan

📋 copy color: '#08888B'

red 8 ◦ green 136 ◦ blue 139

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

Shades of Dark Cyan #08888B

Tints of Dark Cyan #08888B

RGB

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

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

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

R = 2.83%
G = 48.06%
B = 49.12%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08888B (or 0x08888B) is known color: Dark Cyan. HEX triplet: 08, 88 and 8B. RGB value is (8,136,139). Sum of RGB (Red+Green+Blue) = 8+136+139=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #08888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08888B is #F77774. Grayscale: #616161. Windows color (decimal): -16217973 or 9144328. OLE color: 9144328.

HSL color Cylindrical-coordinate representation of color #08888B: hue angle of 181.37º 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 #08888B is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 136 139 -
CMYK 0.94 0.02 0 0.45
HSL 181.37º 0.89% 0.29% -
HSV(B) 181.37º 0.94% 0.55% -
XYZ 13.56 19.52 27.48 -
YUV 98.07 151.09 63.76 -
System Red Green Blue C M Y K H S L
Decimal 8 136 139 0.94 0.02 0 0.45 181.37 0.89 0.29
Hex 8 88 8B 5E 2 0 2D B5 59 1D
Octal 10 210 213 136 2 0 55 265 131 35
Binary 1000 10001000 10001011 1011110 10 0 101101 10110101 1011001 11101

Color Harmonies of #08888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08888B

Black with #08888B

Text Example


Text Example

White with #08888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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