Html Css Color HEX #088885 Dark Cyan

📋 copy color: '#088885'

red 8 ◦ green 136 ◦ blue 133

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

Shades of Dark Cyan #088885

Tints of Dark Cyan #088885

RGB

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

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

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

R = 2.89%
G = 49.1%
B = 48.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#088885 (or 0x088885) is known color: Dark Cyan. HEX triplet: 08, 88 and 85. RGB value is (8,136,133). Sum of RGB (Red+Green+Blue) = 8+136+133=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #088885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088885 is #F7777A. Grayscale: #616161. Windows color (decimal): -16217979 or 8751112. OLE color: 8751112.

HSL color Cylindrical-coordinate representation of color #088885: hue angle of 178.59º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088885 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 136 133 -
CMYK 0.94 0 0.02 0.47
HSL 178.59º 0.89% 0.28% -
HSV(B) 178.59º 0.94% 0.53% -
XYZ 13.14 19.35 25.23 -
YUV 97.39 148.09 64.24 -
System Red Green Blue C M Y K H S L
Decimal 8 136 133 0.94 0 0.02 0.47 178.59 0.89 0.28
Hex 8 88 85 5E 0 2 2F B3 59 1C
Octal 10 210 205 136 0 2 57 263 131 34
Binary 1000 10001000 10000101 1011110 0 10 101111 10110011 1011001 11100

Color Harmonies of #088885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088885

Black with #088885

Text Example


Text Example

White with #088885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088885; }

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

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

background-color css

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

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

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

border-color css

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

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

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