Html Css Color HEX #09928E Dark Cyan

📋 copy color: '#09928E'

red 9 ◦ green 146 ◦ blue 142

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

Shades of Dark Cyan #09928E

Tints of Dark Cyan #09928E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.81%

R = 3.03%
G = 49.16%
B = 47.81%

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

#09928E (or 0x09928E) is known color: Dark Cyan. HEX triplet: 09, 92 and 8E. RGB value is (9,146,142). Sum of RGB (Red+Green+Blue) = 9+146+142=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #09928E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09928E is #F66D71. Grayscale: #686868. Windows color (decimal): -16149874 or 9343497. OLE color: 9343497.

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

Color convert

RGB 9 146 142 -
CMYK 0.94 0 0.03 0.43
HSL 178.25º 0.88% 0.3% -
HSV(B) 178.25º 0.94% 0.57% -
XYZ 15.27 22.57 29.14 -
YUV 104.58 149.11 59.83 -
System Red Green Blue C M Y K H S L
Decimal 9 146 142 0.94 0 0.03 0.43 178.25 0.88 0.3
Hex 9 92 8E 5E 0 3 2B B2 58 1E
Octal 11 222 216 136 0 3 53 262 130 36
Binary 1001 10010010 10001110 1011110 0 11 101011 10110010 1011000 11110

Color Harmonies of #09928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09928E

Black with #09928E

Text Example


Text Example

White with #09928E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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