Html Css Color HEX #01918F Dark Cyan

📋 copy color: '#01918F'

red 1 ◦ green 145 ◦ blue 143

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

Shades of Dark Cyan #01918F

Tints of Dark Cyan #01918F

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

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

 BLUE value IS 143 (56.25% from 255) = 49.48%

R = 0.35%
G = 50.17%
B = 49.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#01918F (or 0x01918F) is known color: Dark Cyan. HEX triplet: 01, 91 and 8F. RGB value is (1,145,143). Sum of RGB (Red+Green+Blue) = 1+145+143=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #01918F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01918F is #FE6E70. Grayscale: #656565. Windows color (decimal): -16674417 or 9408769. OLE color: 9408769.

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

Color convert

RGB 1 145 143 -
CMYK 0.99 0 0.01 0.43
HSL 179.17º 0.99% 0.29% -
HSV(B) 179.17º 0.99% 0.57% -
XYZ 15.1 22.24 29.48 -
YUV 101.72 151.29 56.16 -
System Red Green Blue C M Y K H S L
Decimal 1 145 143 0.99 0 0.01 0.43 179.17 0.99 0.29
Hex 1 91 8F 63 0 1 2B B3 63 1D
Octal 1 221 217 143 0 1 53 263 143 35
Binary 1 10010001 10001111 1100011 0 1 101011 10110011 1100011 11101

Color Harmonies of #01918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01918F

Black with #01918F

Text Example


Text Example

White with #01918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01918F; }

 p { color: rgb(1,145,143); }

 H1.HeaderClassName
 {
   color: #01918F;
 }
 .AnyTagClassName
 {
   color: #01918F;
 }
</style>

background-color css

<style>
 a { background-color: #01918F; }

 a { background-color: rgb(1,145,143); }

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

border-color css

<style>
 span { border-color: #01918F; }

 span { border-color: rgb(1,145,143); }

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