Html Css Color HEX #089190 Dark Cyan

📋 copy color: '#089190'

red 8 ◦ green 145 ◦ blue 144

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

Shades of Dark Cyan #089190

Tints of Dark Cyan #089190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 2.69%
G = 48.82%
B = 48.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#089190 (or 0x089190) is known color: Dark Cyan. HEX triplet: 08, 91 and 90. RGB value is (8,145,144). Sum of RGB (Red+Green+Blue) = 8+145+144=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #089190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089190 is #F76E6F. Grayscale: #676767. Windows color (decimal): -16215664 or 9474312. OLE color: 9474312.

HSL color Cylindrical-coordinate representation of color #089190: hue angle of 179.56º 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 #089190 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 145 144 -
CMYK 0.94 0 0.01 0.43
HSL 179.56º 0.9% 0.3% -
HSV(B) 179.56º 0.94% 0.57% -
XYZ 15.26 22.32 29.89 -
YUV 103.92 150.61 59.58 -
System Red Green Blue C M Y K H S L
Decimal 8 145 144 0.94 0 0.01 0.43 179.56 0.9 0.3
Hex 8 91 90 5E 0 1 2B B4 5A 1E
Octal 10 221 220 136 0 1 53 264 132 36
Binary 1000 10010001 10010000 1011110 0 1 101011 10110100 1011010 11110

Color Harmonies of #089190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089190

Black with #089190

Text Example


Text Example

White with #089190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089190; }

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

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

background-color css

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

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

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

border-color css

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

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

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