Html Css Color HEX #089183 Dark Cyan

📋 copy color: '#089183'

red 8 ◦ green 145 ◦ blue 131

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

Shades of Dark Cyan #089183

Tints of Dark Cyan #089183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 2.82%
G = 51.06%
B = 46.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#089183 (or 0x089183) is known color: Dark Cyan. HEX triplet: 08, 91 and 83. RGB value is (8,145,131). Sum of RGB (Red+Green+Blue) = 8+145+131=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #089183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089183 is #F76E7C. Grayscale: #666666. Windows color (decimal): -16215677 or 8622344. OLE color: 8622344.

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

Color convert

RGB 8 145 131 -
CMYK 0.94 0 0.10 0.43
HSL 173.87º 0.9% 0.3% -
HSV(B) 173.87º 0.94% 0.57% -
XYZ 14.32 21.94 24.95 -
YUV 102.44 144.11 60.64 -
System Red Green Blue C M Y K H S L
Decimal 8 145 131 0.94 0 0.10 0.43 173.87 0.9 0.3
Hex 8 91 83 5E 0 A 2B AE 5A 1E
Octal 10 221 203 136 0 12 53 256 132 36
Binary 1000 10010001 10000011 1011110 0 1010 101011 10101110 1011010 11110

Color Harmonies of #089183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089183

Black with #089183

Text Example


Text Example

White with #089183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089183; }

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

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

background-color css

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

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

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

border-color css

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

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

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