Html Css Color HEX #099481 Dark Cyan

📋 copy color: '#099481'

red 9 ◦ green 148 ◦ blue 129

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

Shades of Dark Cyan #099481

Tints of Dark Cyan #099481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.75%

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

R = 3.15%
G = 51.75%
B = 45.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#099481 (or 0x099481) is known color: Dark Cyan. HEX triplet: 09, 94 and 81. RGB value is (9,148,129). Sum of RGB (Red+Green+Blue) = 9+148+129=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #099481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099481 is #F66B7E. Grayscale: #686868. Windows color (decimal): -16149375 or 8492041. OLE color: 8492041.

HSL color Cylindrical-coordinate representation of color #099481: hue angle of 171.8º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099481 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 148 129 -
CMYK 0.94 0 0.13 0.42
HSL 171.8º 0.89% 0.31% -
HSV(B) 171.8º 0.94% 0.58% -
XYZ 14.67 22.82 24.4 -
YUV 104.27 141.95 60.04 -
System Red Green Blue C M Y K H S L
Decimal 9 148 129 0.94 0 0.13 0.42 171.8 0.89 0.31
Hex 9 94 81 5E 0 D 2A AC 59 1F
Octal 11 224 201 136 0 15 52 254 131 37
Binary 1001 10010100 10000001 1011110 0 1101 101010 10101100 1011001 11111

Color Harmonies of #099481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099481

Black with #099481

Text Example


Text Example

White with #099481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099481; }

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

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

background-color css

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

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

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

border-color css

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

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

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