#A8ECBF

Color #A8ECBF Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #A8ECBF

Tints of Fringy Flower #A8ECBF

Color information

#A8ECBF (or 0xA8ECBF) is unknown color: approx Fringy Flower. HEX triplet: A8, EC and BF. RGB value is (168,236,191). Sum of RGB (Red+Green+Blue) = 168+236+191=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECBF is #571340. Grayscale: #D2D2D2. Windows color (decimal): -5706561 or 12577960. OLE color: 12577960.

HSL color Cylindrical-coordinate representation of color #A8ECBF: hue angle of 140.29º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECBF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB168236191-
CMYK0.2900.190.07
HSL140.29º64.15%79.22%-
HSV(B)140.29º28.81%92.55%-
XYZ55.5572.0860.27-
YUV210.54116.9797.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.24%
GREEN value IS 236 (92.58% from 255) = 39.66%
BLUE value IS 191 (75% from 255) = 32.10%
R=28.24%
G=39.66%
B=32.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682361910.2900.190.07140.2964.1579.22
HexA8ECBF1D01378c404f
Octal250354277350237214100117
Binary101010001110110010111111111010100111111000110010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ECBF; }

 p { color: rgb(168,236,191); }

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

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

 a { background-color: rgb(168,236,191); }

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

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

 span { border-color: rgb(168,236,191); }

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