Html Css Color HEX #089081 Dark Cyan

📋 copy color: '#089081'

red 8 ◦ green 144 ◦ blue 129

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

Shades of Dark Cyan #089081

Tints of Dark Cyan #089081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 2.85%
G = 51.25%
B = 45.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#089081 (or 0x089081) is known color: Dark Cyan. HEX triplet: 08, 90 and 81. RGB value is (8,144,129). Sum of RGB (Red+Green+Blue) = 8+144+129=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #089081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089081 is #F76F7E. Grayscale: #656565. Windows color (decimal): -16215935 or 8491016. OLE color: 8491016.

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

Color convert

RGB 8 144 129 -
CMYK 0.94 0 0.10 0.44
HSL 173.38º 0.89% 0.3% -
HSV(B) 173.38º 0.94% 0.56% -
XYZ 14.04 21.58 24.2 -
YUV 101.63 143.44 61.22 -
System Red Green Blue C M Y K H S L
Decimal 8 144 129 0.94 0 0.10 0.44 173.38 0.89 0.3
Hex 8 90 81 5E 0 A 2C AD 59 1E
Octal 10 220 201 136 0 12 54 255 131 36
Binary 1000 10010000 10000001 1011110 0 1010 101100 10101101 1011001 11110

Color Harmonies of #089081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089081

Black with #089081

Text Example


Text Example

White with #089081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089081; }

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

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

background-color css

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

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

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

border-color css

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

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

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