Html Css Color HEX #099280 Dark Cyan

📋 copy color: '#099280'

red 9 ◦ green 146 ◦ blue 128

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

Shades of Dark Cyan #099280

Tints of Dark Cyan #099280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 3.18%
G = 51.59%
B = 45.23%

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

#099280 (or 0x099280) is known color: Dark Cyan. HEX triplet: 09, 92 and 80. RGB value is (9,146,128). Sum of RGB (Red+Green+Blue) = 9+146+128=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #099280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099280 is #F66D7F. Grayscale: #666666. Windows color (decimal): -16149888 or 8425993. OLE color: 8425993.

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

Color convert

RGB 9 146 128 -
CMYK 0.94 0 0.12 0.43
HSL 172.12º 0.88% 0.3% -
HSV(B) 172.12º 0.94% 0.57% -
XYZ 14.29 22.17 23.95 -
YUV 102.99 142.11 60.96 -
System Red Green Blue C M Y K H S L
Decimal 9 146 128 0.94 0 0.12 0.43 172.12 0.88 0.3
Hex 9 92 80 5E 0 C 2B AC 58 1E
Octal 11 222 200 136 0 14 53 254 130 36
Binary 1001 10010010 10000000 1011110 0 1100 101011 10101100 1011000 11110

Color Harmonies of #099280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099280

Black with #099280

Text Example


Text Example

White with #099280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099280; }

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

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

background-color css

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

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

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

border-color css

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

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

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