Html Css Color HEX #089891 Dark Cyan

📋 copy color: '#089891'

red 8 ◦ green 152 ◦ blue 145

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

Shades of Dark Cyan #089891

Tints of Dark Cyan #089891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.84%

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

R = 2.62%
G = 49.84%
B = 47.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#089891 (or 0x089891) is known color: Dark Cyan. HEX triplet: 08, 98 and 91. RGB value is (8,152,145). Sum of RGB (Red+Green+Blue) = 8+152+145=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #089891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089891 is #F7676E. Grayscale: #6C6C6C. Windows color (decimal): -16213871 or 9541640. OLE color: 9541640.

HSL color Cylindrical-coordinate representation of color #089891: hue angle of 177.08º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089891 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 152 145 -
CMYK 0.95 0 0.05 0.40
HSL 177.08º 0.9% 0.31% -
HSV(B) 177.08º 0.95% 0.6% -
XYZ 16.44 24.55 30.66 -
YUV 108.15 148.79 56.57 -
System Red Green Blue C M Y K H S L
Decimal 8 152 145 0.95 0 0.05 0.40 177.08 0.9 0.31
Hex 8 98 91 5F 0 5 28 B1 5A 1F
Octal 10 230 221 137 0 5 50 261 132 37
Binary 1000 10011000 10010001 1011111 0 101 101000 10110001 1011010 11111

Color Harmonies of #089891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089891

Black with #089891

Text Example


Text Example

White with #089891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089891; }

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

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

background-color css

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

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

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

border-color css

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

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

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