#A8ECBD

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

Shades of Fringy Flower #A8ECBD

Tints of Fringy Flower #A8ECBD

Color information

#A8ECBD (or 0xA8ECBD) is unknown color: approx Fringy Flower. HEX triplet: A8, EC and BD. RGB value is (168,236,189). Sum of RGB (Red+Green+Blue) = 168+236+189=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECBD is #571342. Grayscale: #D2D2D2. Windows color (decimal): -5706563 or 12446888. OLE color: 12446888.

HSL color Cylindrical-coordinate representation of color #A8ECBD: hue angle of 138.53º 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 #A8ECBD is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB168236189-
CMYK0.2900.200.07
HSL138.53º64.15%79.22%-
HSV(B)138.53º28.81%92.55%-
XYZ55.3371.9959.12-
YUV210.31115.9797.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.33%
GREEN value IS 236 (92.58% from 255) = 39.80%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=28.33%
G=39.80%
B=31.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682361890.2900.200.07138.5364.1579.22
HexA8ECBD1D01478b404f
Octal250354275350247213100117
Binary101010001110110010111101111010101001111000101110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ECBD; }

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

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

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

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

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

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

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

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