Html Css Color HEX #088B85 Dark Cyan

📋 copy color: '#088B85'

red 8 ◦ green 139 ◦ blue 133

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

Shades of Dark Cyan #088B85

Tints of Dark Cyan #088B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 2.86%
G = 49.64%
B = 47.5%

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

#088B85 (or 0x088B85) is known color: Dark Cyan. HEX triplet: 08, 8B and 85. RGB value is (8,139,133). Sum of RGB (Red+Green+Blue) = 8+139+133=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #088B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088B85 is #F7747A. Grayscale: #636363. Windows color (decimal): -16217211 or 8751880. OLE color: 8751880.

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

Color convert

RGB 8 139 133 -
CMYK 0.94 0 0.04 0.45
HSL 177.25º 0.89% 0.29% -
HSV(B) 177.25º 0.94% 0.55% -
XYZ 13.57 20.21 25.38 -
YUV 99.15 147.1 62.99 -
System Red Green Blue C M Y K H S L
Decimal 8 139 133 0.94 0 0.04 0.45 177.25 0.89 0.29
Hex 8 8B 85 5E 0 4 2D B1 59 1D
Octal 10 213 205 136 0 4 55 261 131 35
Binary 1000 10001011 10000101 1011110 0 100 101101 10110001 1011001 11101

Color Harmonies of #088B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088B85

Black with #088B85

Text Example


Text Example

White with #088B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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