Html Css Color HEX #018E89 Dark Cyan

📋 copy color: '#018E89'

red 1 ◦ green 142 ◦ blue 137

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

Shades of Dark Cyan #018E89

Tints of Dark Cyan #018E89

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50.71%

 BLUE value IS 137 (53.91% from 255) = 48.93%

R = 0.36%
G = 50.71%
B = 48.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#018E89 (or 0x018E89) is known color: Dark Cyan. HEX triplet: 01, 8E and 89. RGB value is (1,142,137). Sum of RGB (Red+Green+Blue) = 1+142+137=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #018E89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018E89 is #FE7176. Grayscale: #636363. Windows color (decimal): -16675191 or 9014785. OLE color: 9014785.

HSL color Cylindrical-coordinate representation of color #018E89: hue angle of 177.87º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E89 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 142 137 -
CMYK 0.99 0 0.04 0.44
HSL 177.87º 0.99% 0.28% -
HSV(B) 177.87º 0.99% 0.56% -
XYZ 14.2 21.16 27 -
YUV 99.27 149.29 57.91 -
System Red Green Blue C M Y K H S L
Decimal 1 142 137 0.99 0 0.04 0.44 177.87 0.99 0.28
Hex 1 8E 89 63 0 4 2C B2 63 1C
Octal 1 216 211 143 0 4 54 262 143 34
Binary 1 10001110 10001001 1100011 0 100 101100 10110010 1100011 11100

Color Harmonies of #018E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E89

Black with #018E89

Text Example


Text Example

White with #018E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,142,137); }

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

background-color css

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

 a { background-color: rgb(1,142,137); }

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

border-color css

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

 span { border-color: rgb(1,142,137); }

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