Html Css Color HEX #099281 Dark Cyan

📋 copy color: '#099281'

red 9 ◦ green 146 ◦ blue 129

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

Shades of Dark Cyan #099281

Tints of Dark Cyan #099281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.41%

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

R = 3.17%
G = 51.41%
B = 45.42%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#099281 (or 0x099281) is known color: Dark Cyan. HEX triplet: 09, 92 and 81. RGB value is (9,146,129). Sum of RGB (Red+Green+Blue) = 9+146+129=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #099281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099281 is #F66D7E. Grayscale: #676767. Windows color (decimal): -16149887 or 8491529. OLE color: 8491529.

HSL color Cylindrical-coordinate representation of color #099281: hue angle of 172.55º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099281 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 146 129 -
CMYK 0.94 0 0.12 0.43
HSL 172.55º 0.88% 0.3% -
HSV(B) 172.55º 0.94% 0.57% -
XYZ 14.35 22.2 24.3 -
YUV 103.1 142.61 60.88 -
System Red Green Blue C M Y K H S L
Decimal 9 146 129 0.94 0 0.12 0.43 172.55 0.88 0.3
Hex 9 92 81 5E 0 C 2B AD 58 1E
Octal 11 222 201 136 0 14 53 255 130 36
Binary 1001 10010010 10000001 1011110 0 1100 101011 10101101 1011000 11110

Color Harmonies of #099281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099281

Black with #099281

Text Example


Text Example

White with #099281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099281; }

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

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

background-color css

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

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

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

border-color css

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

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

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