Html Css Color HEX #09808C Dark Cyan

📋 copy color: '#09808C'

red 9 ◦ green 128 ◦ blue 140

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

Shades of Dark Cyan #09808C

Tints of Dark Cyan #09808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.21%

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 3.25%
G = 46.21%
B = 50.54%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09808C (or 0x09808C) is known color: Dark Cyan. HEX triplet: 09, 80 and 8C. RGB value is (9,128,140). Sum of RGB (Red+Green+Blue) = 9+128+140=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #09808C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09808C is #F67F73. Grayscale: #5D5D5D. Windows color (decimal): -16154484 or 9207817. OLE color: 9207817.

HSL color Cylindrical-coordinate representation of color #09808C: hue angle of 185.5º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09808C is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 128 140 -
CMYK 0.94 0.09 0 0.45
HSL 185.5º 0.88% 0.29% -
HSV(B) 185.5º 0.94% 0.55% -
XYZ 12.57 17.39 27.51 -
YUV 93.79 154.08 67.52 -
System Red Green Blue C M Y K H S L
Decimal 9 128 140 0.94 0.09 0 0.45 185.5 0.88 0.29
Hex 9 80 8C 5E 9 0 2D B9 58 1D
Octal 11 200 214 136 11 0 55 271 130 35
Binary 1001 10000000 10001100 1011110 1001 0 101101 10111001 1011000 11101

Color Harmonies of #09808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09808C

Black with #09808C

Text Example


Text Example

White with #09808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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