Html Css Color HEX #099381 Dark Cyan

📋 copy color: '#099381'

red 9 ◦ green 147 ◦ blue 129

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

Shades of Dark Cyan #099381

Tints of Dark Cyan #099381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.58%

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

R = 3.16%
G = 51.58%
B = 45.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#099381 (or 0x099381) is known color: Dark Cyan. HEX triplet: 09, 93 and 81. RGB value is (9,147,129). Sum of RGB (Red+Green+Blue) = 9+147+129=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #099381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099381 is #F66C7E. Grayscale: #676767. Windows color (decimal): -16149631 or 8491785. OLE color: 8491785.

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

Color convert

RGB 9 147 129 -
CMYK 0.94 0 0.12 0.42
HSL 172.17º 0.88% 0.31% -
HSV(B) 172.17º 0.94% 0.58% -
XYZ 14.51 22.51 24.35 -
YUV 103.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 9 147 129 0.94 0 0.12 0.42 172.17 0.88 0.31
Hex 9 93 81 5E 0 C 2A AC 58 1F
Octal 11 223 201 136 0 14 52 254 130 37
Binary 1001 10010011 10000001 1011110 0 1100 101010 10101100 1011000 11111

Color Harmonies of #099381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099381

Black with #099381

Text Example


Text Example

White with #099381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099381; }

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

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

background-color css

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

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

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

border-color css

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

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

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