#8ECDCB

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

Shades of Morning Glory #8ECDCB

Tints of Morning Glory #8ECDCB

Color information

#8ECDCB (or 0x8ECDCB) is unknown color: approx Morning Glory. HEX triplet: 8E, CD and CB. RGB value is (142,205,203). Sum of RGB (Red+Green+Blue) = 142+205+203=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDCB is #713234. Grayscale: #B9B9B9. Windows color (decimal): -7418421 or 13356430. OLE color: 13356430.

HSL color Cylindrical-coordinate representation of color #8ECDCB: hue angle of 178.1º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECDCB is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB142205203-
CMYK0.3100.010.20
HSL178.1º38.65%68.04%-
HSV(B)178.1º30.73%80.39%-
XYZ43.7753.7364.56-
YUV185.94137.6396.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.82%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=25.82%
G=37.27%
B=36.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422052030.3100.010.20178.138.6568.04
Hex8ECDCB1F0114b22744
Octal21631531337012426247104
Binary100011101100110111001011111110110100101100101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,205,203); }

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

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

 a { background-color: rgb(142,205,203); }

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

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

 span { border-color: rgb(142,205,203); }

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