Html Css Color HEX #089889 Dark Cyan

📋 copy color: '#089889'

red 8 ◦ green 152 ◦ blue 137

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

Shades of Dark Cyan #089889

Tints of Dark Cyan #089889

RGB

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

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

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

R = 2.69%
G = 51.18%
B = 46.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#089889 (or 0x089889) is known color: Dark Cyan. HEX triplet: 08, 98 and 89. RGB value is (8,152,137). Sum of RGB (Red+Green+Blue) = 8+152+137=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #089889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089889 is #F76776. Grayscale: #6B6B6B. Windows color (decimal): -16213879 or 9017352. OLE color: 9017352.

HSL color Cylindrical-coordinate representation of color #089889: hue angle of 173.75º 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 #089889 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 152 137 -
CMYK 0.95 0 0.10 0.40
HSL 173.75º 0.9% 0.31% -
HSV(B) 173.75º 0.95% 0.6% -
XYZ 15.84 24.31 27.52 -
YUV 107.23 144.79 57.22 -
System Red Green Blue C M Y K H S L
Decimal 8 152 137 0.95 0 0.10 0.40 173.75 0.9 0.31
Hex 8 98 89 5F 0 A 28 AE 5A 1F
Octal 10 230 211 137 0 12 50 256 132 37
Binary 1000 10011000 10001001 1011111 0 1010 101000 10101110 1011010 11111

Color Harmonies of #089889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089889

Black with #089889

Text Example


Text Example

White with #089889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089889; }

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

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

background-color css

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

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

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

border-color css

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

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

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