Html Css Color HEX #018A91 Dark Cyan

📋 copy color: '#018A91'

red 1 ◦ green 138 ◦ blue 145

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

Shades of Dark Cyan #018A91

Tints of Dark Cyan #018A91

RGB

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

 GREEN value IS 138 (54.3% from 255) = 48.59%

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

R = 0.35%
G = 48.59%
B = 51.06%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#018A91 (or 0x018A91) is known color: Dark Cyan. HEX triplet: 01, 8A and 91. RGB value is (1,138,145). Sum of RGB (Red+Green+Blue) = 1+138+145=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #018A91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A91 is #FE756E. Grayscale: #616161. Windows color (decimal): -16676207 or 9538049. OLE color: 9538049.

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

Color convert

RGB 1 138 145 -
CMYK 0.99 0.05 0 0.43
HSL 182.92º 0.99% 0.29% -
HSV(B) 182.92º 0.99% 0.57% -
XYZ 14.21 20.23 29.94 -
YUV 97.84 154.61 58.93 -
System Red Green Blue C M Y K H S L
Decimal 1 138 145 0.99 0.05 0 0.43 182.92 0.99 0.29
Hex 1 8A 91 63 5 0 2B B7 63 1D
Octal 1 212 221 143 5 0 53 267 143 35
Binary 1 10001010 10010001 1100011 101 0 101011 10110111 1100011 11101

Color Harmonies of #018A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A91

Black with #018A91

Text Example


Text Example

White with #018A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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