Html Css Color HEX #088889 Dark Cyan

📋 copy color: '#088889'

red 8 ◦ green 136 ◦ blue 137

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

Shades of Dark Cyan #088889

Tints of Dark Cyan #088889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.75%

R = 2.85%
G = 48.4%
B = 48.75%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#088889 (or 0x088889) is known color: Dark Cyan. HEX triplet: 08, 88 and 89. RGB value is (8,136,137). Sum of RGB (Red+Green+Blue) = 8+136+137=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #088889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088889 is #F77776. Grayscale: #616161. Windows color (decimal): -16217975 or 9013256. OLE color: 9013256.

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

Color convert

RGB 8 136 137 -
CMYK 0.94 0.01 0 0.46
HSL 180.47º 0.89% 0.28% -
HSV(B) 180.47º 0.94% 0.54% -
XYZ 13.42 19.47 26.72 -
YUV 97.84 150.09 63.92 -
System Red Green Blue C M Y K H S L
Decimal 8 136 137 0.94 0.01 0 0.46 180.47 0.89 0.28
Hex 8 88 89 5E 1 0 2E B4 59 1C
Octal 10 210 211 136 1 0 56 264 131 34
Binary 1000 10001000 10001001 1011110 1 0 101110 10110100 1011001 11100

Color Harmonies of #088889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088889

Black with #088889

Text Example


Text Example

White with #088889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088889; }

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

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

background-color css

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

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

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

border-color css

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

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

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