Html Css Color HEX #018E96 Dark Cyan

📋 copy color: '#018E96'

red 1 ◦ green 142 ◦ blue 150

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

Shades of Dark Cyan #018E96

Tints of Dark Cyan #018E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.19%

R = 0.34%
G = 48.46%
B = 51.19%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018E96 (or 0x018E96) is known color: Dark Cyan. HEX triplet: 01, 8E and 96. RGB value is (1,142,150). Sum of RGB (Red+Green+Blue) = 1+142+150=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #018E96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018E96 is #FE7169. Grayscale: #646464. Windows color (decimal): -16675178 or 9866753. OLE color: 9866753.

HSL color Cylindrical-coordinate representation of color #018E96: hue angle of 183.22º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018E96 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 142 150 -
CMYK 0.99 0.05 0 0.41
HSL 183.22º 0.99% 0.3% -
HSV(B) 183.22º 0.99% 0.59% -
XYZ 15.19 21.55 32.21 -
YUV 100.75 155.79 56.85 -
System Red Green Blue C M Y K H S L
Decimal 1 142 150 0.99 0.05 0 0.41 183.22 0.99 0.3
Hex 1 8E 96 63 5 0 29 B7 63 1E
Octal 1 216 226 143 5 0 51 267 143 36
Binary 1 10001110 10010110 1100011 101 0 101001 10110111 1100011 11110

Color Harmonies of #018E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018E96

Black with #018E96

Text Example


Text Example

White with #018E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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