Html Css Color HEX #09928D Dark Cyan

📋 copy color: '#09928D'

red 9 ◦ green 146 ◦ blue 141

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

Shades of Dark Cyan #09928D

Tints of Dark Cyan #09928D

RGB

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

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

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

R = 3.04%
G = 49.32%
B = 47.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#09928D (or 0x09928D) is known color: Dark Cyan. HEX triplet: 09, 92 and 8D. RGB value is (9,146,141). Sum of RGB (Red+Green+Blue) = 9+146+141=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #09928D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09928D is #F66D72. Grayscale: #686868. Windows color (decimal): -16149875 or 9277961. OLE color: 9277961.

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

Color convert

RGB 9 146 141 -
CMYK 0.94 0 0.03 0.43
HSL 177.81º 0.88% 0.3% -
HSV(B) 177.81º 0.94% 0.57% -
XYZ 15.2 22.54 28.75 -
YUV 104.47 148.61 59.91 -
System Red Green Blue C M Y K H S L
Decimal 9 146 141 0.94 0 0.03 0.43 177.81 0.88 0.3
Hex 9 92 8D 5E 0 3 2B B2 58 1E
Octal 11 222 215 136 0 3 53 262 130 36
Binary 1001 10010010 10001101 1011110 0 11 101011 10110010 1011000 11110

Color Harmonies of #09928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09928D

Black with #09928D

Text Example


Text Example

White with #09928D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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