Html Css Color HEX #089085 Dark Cyan

📋 copy color: '#089085'

red 8 ◦ green 144 ◦ blue 133

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

Shades of Dark Cyan #089085

Tints of Dark Cyan #089085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.67%

R = 2.81%
G = 50.53%
B = 46.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#089085 (or 0x089085) is known color: Dark Cyan. HEX triplet: 08, 90 and 85. RGB value is (8,144,133). Sum of RGB (Red+Green+Blue) = 8+144+133=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #089085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089085 is #F76F7A. Grayscale: #656565. Windows color (decimal): -16215931 or 8753160. OLE color: 8753160.

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

Color convert

RGB 8 144 133 -
CMYK 0.94 0 0.08 0.44
HSL 175.15º 0.89% 0.3% -
HSV(B) 175.15º 0.94% 0.56% -
XYZ 14.31 21.69 25.62 -
YUV 102.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 8 144 133 0.94 0 0.08 0.44 175.15 0.89 0.3
Hex 8 90 85 5E 0 8 2C AF 59 1E
Octal 10 220 205 136 0 10 54 257 131 36
Binary 1000 10010000 10000101 1011110 0 1000 101100 10101111 1011001 11110

Color Harmonies of #089085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089085

Black with #089085

Text Example


Text Example

White with #089085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089085; }

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

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

background-color css

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

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

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

border-color css

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

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

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