Html Css Color HEX #018F91 Dark Cyan

📋 copy color: '#018F91'

red 1 ◦ green 143 ◦ blue 145

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

Shades of Dark Cyan #018F91

Tints of Dark Cyan #018F91

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #018F91: hue angle of 180.83º 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 #018F91 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 143 145 -
CMYK 0.99 0.01 0 0.43
HSL 180.83º 0.99% 0.29% -
HSV(B) 180.83º 0.99% 0.57% -
XYZ 14.95 21.7 30.19 -
YUV 100.77 152.96 56.84 -
System Red Green Blue C M Y K H S L
Decimal 1 143 145 0.99 0.01 0 0.43 180.83 0.99 0.29
Hex 1 8F 91 63 1 0 2B B5 63 1D
Octal 1 217 221 143 1 0 53 265 143 35
Binary 1 10001111 10010001 1100011 1 0 101011 10110101 1100011 11101

Color Harmonies of #018F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F91

Black with #018F91

Text Example


Text Example

White with #018F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018F91; }

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

 H1.HeaderClassName
 {
   color: #018F91;
 }
 .AnyTagClassName
 {
   color: #018F91;
 }
</style>

background-color css

<style>
 a { background-color: #018F91; }

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

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

border-color css

<style>
 span { border-color: #018F91; }

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

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