Html Css Color HEX #09808B Dark Cyan

📋 copy color: '#09808B'

red 9 ◦ green 128 ◦ blue 139

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

Shades of Dark Cyan #09808B

Tints of Dark Cyan #09808B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 3.26%
G = 46.38%
B = 50.36%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09808B (or 0x09808B) is known color: Dark Cyan. HEX triplet: 09, 80 and 8B. RGB value is (9,128,139). Sum of RGB (Red+Green+Blue) = 9+128+139=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #09808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09808B is #F67F74. Grayscale: #5D5D5D. Windows color (decimal): -16154485 or 9142281. OLE color: 9142281.

HSL color Cylindrical-coordinate representation of color #09808B: hue angle of 185.08º 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 #09808B is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 128 139 -
CMYK 0.94 0.08 0 0.45
HSL 185.08º 0.88% 0.29% -
HSV(B) 185.08º 0.94% 0.55% -
XYZ 12.49 17.36 27.12 -
YUV 93.67 153.58 67.61 -
System Red Green Blue C M Y K H S L
Decimal 9 128 139 0.94 0.08 0 0.45 185.08 0.88 0.29
Hex 9 80 8B 5E 8 0 2D B9 58 1D
Octal 11 200 213 136 10 0 55 271 130 35
Binary 1001 10000000 10001011 1011110 1000 0 101101 10111001 1011000 11101

Color Harmonies of #09808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09808B

Black with #09808B

Text Example


Text Example

White with #09808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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