Html Css Color HEX #088B86 Dark Cyan

📋 copy color: '#088B86'

red 8 ◦ green 139 ◦ blue 134

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

Shades of Dark Cyan #088B86

Tints of Dark Cyan #088B86

RGB

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

 GREEN value IS 139 (54.69% from 255) = 49.47%

 BLUE value IS 134 (52.73% from 255) = 47.69%

R = 2.85%
G = 49.47%
B = 47.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#088B86 (or 0x088B86) is known color: Dark Cyan. HEX triplet: 08, 8B and 86. RGB value is (8,139,134). Sum of RGB (Red+Green+Blue) = 8+139+134=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #088B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088B86 is #F77479. Grayscale: #636363. Windows color (decimal): -16217210 or 8817416. OLE color: 8817416.

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

Color convert

RGB 8 139 134 -
CMYK 0.94 0 0.04 0.45
HSL 177.71º 0.89% 0.29% -
HSV(B) 177.71º 0.94% 0.55% -
XYZ 13.64 20.24 25.74 -
YUV 99.26 147.6 62.91 -
System Red Green Blue C M Y K H S L
Decimal 8 139 134 0.94 0 0.04 0.45 177.71 0.89 0.29
Hex 8 8B 86 5E 0 4 2D B2 59 1D
Octal 10 213 206 136 0 4 55 262 131 35
Binary 1000 10001011 10000110 1011110 0 100 101101 10110010 1011001 11101

Color Harmonies of #088B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088B86

Black with #088B86

Text Example


Text Example

White with #088B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088B86; }

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

 H1.HeaderClassName
 {
   color: #088B86;
 }
 .AnyTagClassName
 {
   color: #088B86;
 }
</style>

background-color css

<style>
 a { background-color: #088B86; }

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

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

border-color css

<style>
 span { border-color: #088B86; }

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

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