Html Css Color HEX #09828D Dark Cyan

📋 copy color: '#09828D'

red 9 ◦ green 130 ◦ blue 141

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

Shades of Dark Cyan #09828D

Tints of Dark Cyan #09828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.43%

 BLUE value IS 141 (55.47% from 255) = 50.36%

R = 3.21%
G = 46.43%
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

#09828D (or 0x09828D) is known color: Dark Cyan. HEX triplet: 09, 82 and 8D. RGB value is (9,130,141). Sum of RGB (Red+Green+Blue) = 9+130+141=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #09828D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09828D is #F67D72. Grayscale: #5E5E5E. Windows color (decimal): -16153971 or 9273865. OLE color: 9273865.

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

Color convert

RGB 9 130 141 -
CMYK 0.94 0.08 0 0.45
HSL 185º 0.88% 0.29% -
HSV(B) 185º 0.94% 0.55% -
XYZ 12.9 17.95 27.98 -
YUV 95.08 153.91 66.61 -
System Red Green Blue C M Y K H S L
Decimal 9 130 141 0.94 0.08 0 0.45 185 0.88 0.29
Hex 9 82 8D 5E 8 0 2D B9 58 1D
Octal 11 202 215 136 10 0 55 271 130 35
Binary 1001 10000010 10001101 1011110 1000 0 101101 10111001 1011000 11101

Color Harmonies of #09828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09828D

Black with #09828D

Text Example


Text Example

White with #09828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09828D; }

 p { color: rgb(9,130,141); }

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

background-color css

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

 a { background-color: rgb(9,130,141); }

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

border-color css

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

 span { border-color: rgb(9,130,141); }

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