Html Css Color HEX #00918E Dark Cyan

📋 copy color: '#00918E'

red 0 ◦ green 145 ◦ blue 142

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

Shades of Dark Cyan #00918E

Tints of Dark Cyan #00918E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 145 (57.03% from 255) = 50.52%

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

R = 0%
G = 50.52%
B = 49.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#00918E (or 0x00918E) is known color: Dark Cyan. HEX triplet: 00, 91 and 8E. RGB value is (0,145,142). Sum of RGB (Red+Green+Blue) = 0+145+142=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #00918E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00918E is #FF6E71. Grayscale: #656565. Windows color (decimal): -16739954 or 9343232. OLE color: 9343232.

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

Color convert

RGB 0 145 142 -
CMYK 1 0 0.02 0.43
HSL 178.76º 1% 0.28% -
HSV(B) 178.76º 1% 0.57% -
XYZ 15.01 22.2 29.09 -
YUV 101.3 150.96 55.74 -
System Red Green Blue C M Y K H S L
Decimal 0 145 142 1 0 0.02 0.43 178.76 1 0.28
Hex 0 91 8E 64 0 2 2B B3 64 1C
Octal 0 221 216 144 0 2 53 263 144 34
Binary 0 10010001 10001110 1100100 0 10 101011 10110011 1100100 11100

Color Harmonies of #00918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00918E

Black with #00918E

Text Example


Text Example

White with #00918E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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