Html Css Color HEX #099081 Dark Cyan

📋 copy color: '#099081'

red 9 ◦ green 144 ◦ blue 129

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

Shades of Dark Cyan #099081

Tints of Dark Cyan #099081

RGB

 RED value IS 9 (3.91% from 255) = 3.19%

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

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

R = 3.19%
G = 51.06%
B = 45.74%

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

#099081 (or 0x099081) is known color: Dark Cyan. HEX triplet: 09, 90 and 81. RGB value is (9,144,129). Sum of RGB (Red+Green+Blue) = 9+144+129=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #099081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099081 is #F66F7E. Grayscale: #656565. Windows color (decimal): -16150399 or 8491017. OLE color: 8491017.

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

Color convert

RGB 9 144 129 -
CMYK 0.94 0 0.10 0.44
HSL 173.33º 0.88% 0.3% -
HSV(B) 173.33º 0.94% 0.56% -
XYZ 14.05 21.59 24.2 -
YUV 101.93 143.27 61.72 -
System Red Green Blue C M Y K H S L
Decimal 9 144 129 0.94 0 0.10 0.44 173.33 0.88 0.3
Hex 9 90 81 5E 0 A 2C AD 58 1E
Octal 11 220 201 136 0 12 54 255 130 36
Binary 1001 10010000 10000001 1011110 0 1010 101100 10101101 1011000 11110

Color Harmonies of #099081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099081

Black with #099081

Text Example


Text Example

White with #099081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099081; }

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

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

background-color css

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

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

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

border-color css

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

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

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