Html Css Color HEX #09928C Dark Cyan

📋 copy color: '#09928C'

red 9 ◦ green 146 ◦ blue 140

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

Shades of Dark Cyan #09928C

Tints of Dark Cyan #09928C

RGB

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

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

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

R = 3.05%
G = 49.49%
B = 47.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#09928C (or 0x09928C) is known color: Dark Cyan. HEX triplet: 09, 92 and 8C. RGB value is (9,146,140). Sum of RGB (Red+Green+Blue) = 9+146+140=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #09928C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09928C is #F66D73. Grayscale: #686868. Windows color (decimal): -16149876 or 9212425. OLE color: 9212425.

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

Color convert

RGB 9 146 140 -
CMYK 0.94 0 0.04 0.43
HSL 177.37º 0.88% 0.3% -
HSV(B) 177.37º 0.94% 0.57% -
XYZ 15.13 22.51 28.36 -
YUV 104.35 148.11 59.99 -
System Red Green Blue C M Y K H S L
Decimal 9 146 140 0.94 0 0.04 0.43 177.37 0.88 0.3
Hex 9 92 8C 5E 0 4 2B B1 58 1E
Octal 11 222 214 136 0 4 53 261 130 36
Binary 1001 10010010 10001100 1011110 0 100 101011 10110001 1011000 11110

Color Harmonies of #09928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09928C

Black with #09928C

Text Example


Text Example

White with #09928C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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