#00928B

Color #00928B Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #00928B

Tints of Dark Cyan #00928B

Color information

#00928B (or 0x00928B) is unknown color: approx Dark Cyan. HEX triplet: 00, 92 and 8B. RGB value is (0,146,139). Sum of RGB (Red+Green+Blue) = 0+146+139=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #00928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00928B is #FF6D74. Grayscale: #656565. Windows color (decimal): -16739701 or 9146880. OLE color: 9146880.

HSL color Cylindrical-coordinate representation of color #00928B: hue angle of 177.12º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00928B is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB0146139-
CMYK100.050.43
HSL177.12º100%28.63%-
HSV(B)177.12º100%57.25%-
XYZ14.9422.4227.97-
YUV101.55149.1355.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 51.23%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=0%
G=51.23%
B=48.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0146139100.050.43177.1210028.63
Hex0928B64052Bb1641d
Octal0222213144055326114435
Binary010010010100010111100100010110101110110001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,146,139); }

 H1.HeaderClassName
 {
   color: #00928B;
 }
 .AnyTagClassName
 {
   color: #00928B;
 }
</style>
background-color css

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

 a { background-color: rgb(0,146,139); }

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

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

 span { border-color: rgb(0,146,139); }

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