Html Css Color HEX #089191 Dark Cyan

📋 copy color: '#089191'

red 8 ◦ green 145 ◦ blue 145

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

Shades of Dark Cyan #089191

Tints of Dark Cyan #089191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.66%

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 2.68%
G = 48.66%
B = 48.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#089191 (or 0x089191) is known color: Dark Cyan. HEX triplet: 08, 91 and 91. RGB value is (8,145,145). Sum of RGB (Red+Green+Blue) = 8+145+145=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #089191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089191 is #F76E6E. Grayscale: #676767. Windows color (decimal): -16215663 or 9539848. OLE color: 9539848.

HSL color Cylindrical-coordinate representation of color #089191: hue angle of 180º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089191 is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 145 145 -
CMYK 0.94 0 0 0.43
HSL 180º 0.9% 0.3% -
HSV(B) 180º 0.94% 0.57% -
XYZ 15.34 22.35 30.29 -
YUV 104.04 151.11 59.5 -
System Red Green Blue C M Y K H S L
Decimal 8 145 145 0.94 0 0 0.43 180 0.9 0.3
Hex 8 91 91 5E 0 0 2B B4 5A 1E
Octal 10 221 221 136 0 0 53 264 132 36
Binary 1000 10010001 10010001 1011110 0 0 101011 10110100 1011010 11110

Color Harmonies of #089191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089191

Black with #089191

Text Example


Text Example

White with #089191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089191; }

 p { color: rgb(8,145,145); }

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

background-color css

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

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

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

border-color css

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

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

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