Html Css Color HEX #089083 Dark Cyan

📋 copy color: '#089083'

red 8 ◦ green 144 ◦ blue 131

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

Shades of Dark Cyan #089083

Tints of Dark Cyan #089083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.88%

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

R = 2.83%
G = 50.88%
B = 46.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#089083 (or 0x089083) is known color: Dark Cyan. HEX triplet: 08, 90 and 83. RGB value is (8,144,131). Sum of RGB (Red+Green+Blue) = 8+144+131=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #089083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089083 is #F76F7C. Grayscale: #656565. Windows color (decimal): -16215933 or 8622088. OLE color: 8622088.

HSL color Cylindrical-coordinate representation of color #089083: hue angle of 174.26º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #089083 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 144 131 -
CMYK 0.94 0 0.09 0.44
HSL 174.26º 0.89% 0.3% -
HSV(B) 174.26º 0.94% 0.56% -
XYZ 14.17 21.64 24.9 -
YUV 101.85 144.44 61.06 -
System Red Green Blue C M Y K H S L
Decimal 8 144 131 0.94 0 0.09 0.44 174.26 0.89 0.3
Hex 8 90 83 5E 0 9 2C AE 59 1E
Octal 10 220 203 136 0 11 54 256 131 36
Binary 1000 10010000 10000011 1011110 0 1001 101100 10101110 1011001 11110

Color Harmonies of #089083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089083

Black with #089083

Text Example


Text Example

White with #089083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089083; }

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

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

background-color css

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

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

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

border-color css

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

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

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