Html Css Color HEX #099083 Dark Cyan

📋 copy color: '#099083'

red 9 ◦ green 144 ◦ blue 131

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

Shades of Dark Cyan #099083

Tints of Dark Cyan #099083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 3.17%
G = 50.7%
B = 46.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#099083 (or 0x099083) is known color: Dark Cyan. HEX triplet: 09, 90 and 83. RGB value is (9,144,131). Sum of RGB (Red+Green+Blue) = 9+144+131=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #099083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099083 is #F66F7C. Grayscale: #666666. Windows color (decimal): -16150397 or 8622089. OLE color: 8622089.

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

Color convert

RGB 9 144 131 -
CMYK 0.94 0 0.09 0.44
HSL 174.22º 0.88% 0.3% -
HSV(B) 174.22º 0.94% 0.56% -
XYZ 14.18 21.64 24.9 -
YUV 102.15 144.27 61.56 -
System Red Green Blue C M Y K H S L
Decimal 9 144 131 0.94 0 0.09 0.44 174.22 0.88 0.3
Hex 9 90 83 5E 0 9 2C AE 58 1E
Octal 11 220 203 136 0 11 54 256 130 36
Binary 1001 10010000 10000011 1011110 0 1001 101100 10101110 1011000 11110

Color Harmonies of #099083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099083

Black with #099083

Text Example


Text Example

White with #099083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099083; }

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

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

background-color css

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

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

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

border-color css

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

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

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