#8EC4CA

Color #8EC4CA Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #8EC4CA

Tints of Morning Glory #8EC4CA

Color information

#8EC4CA (or 0x8EC4CA) is unknown color: approx Morning Glory. HEX triplet: 8E, C4 and CA. RGB value is (142,196,202). Sum of RGB (Red+Green+Blue) = 142+196+202=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #8EC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC4CA is #713B35. Grayscale: #B4B4B4. Windows color (decimal): -7420726 or 13288590. OLE color: 13288590.

HSL color Cylindrical-coordinate representation of color #8EC4CA: hue angle of 186º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EC4CA is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB142196202-
CMYK0.300.0300.21
HSL186º36.14%67.45%-
HSV(B)186º29.7%79.22%-
XYZ41.5649.4963.24-
YUV180.54140.11100.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.30%
GREEN value IS 196 (76.95% from 255) = 36.30%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=26.30%
G=36.30%
B=37.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1421962020.300.0300.2118636.1467.45
Hex8EC4CA1E3015ba2443
Octal21630431236302527244103
Binary1000111011000100110010101111011010101101110101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EC4CA; }

 p { color: rgb(142,196,202); }

 H1.HeaderClassName
 {
   color: #8EC4CA;
 }
 .AnyTagClassName
 {
   color: #8EC4CA;
 }
</style>
background-color css

<style>
 a { background-color: #8EC4CA; }

 a { background-color: rgb(142,196,202); }

 div.DivClassName
 {
   background-color: #8EC4CA;
 }
 .BgClassName
 {
   background-color: #8EC4CA;
 }
</style>
border-color css

<style>
 span { border-color: #8EC4CA; }

 span { border-color: rgb(142,196,202); }

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