Html Css Color HEX #088A89 Dark Cyan

📋 copy color: '#088A89'

red 8 ◦ green 138 ◦ blue 137

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

Shades of Dark Cyan #088A89

Tints of Dark Cyan #088A89

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.76%

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

R = 2.83%
G = 48.76%
B = 48.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#088A89 (or 0x088A89) is known color: Dark Cyan. HEX triplet: 08, 8A and 89. RGB value is (8,138,137). Sum of RGB (Red+Green+Blue) = 8+138+137=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #088A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088A89 is #F77576. Grayscale: #626262. Windows color (decimal): -16217463 or 9013768. OLE color: 9013768.

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

Color convert

RGB 8 138 137 -
CMYK 0.94 0 0.01 0.46
HSL 179.54º 0.89% 0.29% -
HSV(B) 179.54º 0.94% 0.54% -
XYZ 13.7 20.03 26.81 -
YUV 99.02 149.43 63.08 -
System Red Green Blue C M Y K H S L
Decimal 8 138 137 0.94 0 0.01 0.46 179.54 0.89 0.29
Hex 8 8A 89 5E 0 1 2E B4 59 1D
Octal 10 212 211 136 0 1 56 264 131 35
Binary 1000 10001010 10001001 1011110 0 1 101110 10110100 1011001 11101

Color Harmonies of #088A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088A89

Black with #088A89

Text Example


Text Example

White with #088A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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