#00918B

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

Shades of Dark Cyan #00918B

Tints of Dark Cyan #00918B

Color information

#00918B (or 0x00918B) is unknown color: approx Dark Cyan. HEX triplet: 00, 91 and 8B. RGB value is (0,145,139). Sum of RGB (Red+Green+Blue) = 0+145+139=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #00918B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00918B is #FF6E74. Grayscale: #646464. Windows color (decimal): -16739957 or 9146624. OLE color: 9146624.

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

Color convert

RGB0145139-
CMYK100.040.43
HSL177.52º100%28.43%-
HSV(B)177.52º100%56.86%-
XYZ14.7922.1127.92-
YUV100.96149.4655.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 145 (57.03% from 255) = 51.06%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=0%
G=51.06%
B=48.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0145139100.040.43177.5210028.43
Hex0918B64042Bb2641c
Octal0221213144045326214434
Binary010010001100010111100100010010101110110010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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