#A8E3BC

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

Shades of Fringy Flower #A8E3BC

Tints of Fringy Flower #A8E3BC

Color information

#A8E3BC (or 0xA8E3BC) is unknown color: approx Fringy Flower. HEX triplet: A8, E3 and BC. RGB value is (168,227,188). Sum of RGB (Red+Green+Blue) = 168+227+188=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E3BC is #571C43. Grayscale: #CDCDCD. Windows color (decimal): -5708868 or 12379048. OLE color: 12379048.

HSL color Cylindrical-coordinate representation of color #A8E3BC: hue angle of 140.34º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E3BC is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB168227188-
CMYK0.2600.170.11
HSL140.34º51.3%77.45%-
HSV(B)140.34º25.99%89.02%-
XYZ52.6966.8957.71-
YUV204.91118.45101.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.82%
GREEN value IS 227 (89.06% from 255) = 38.94%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=28.82%
G=38.94%
B=32.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1682271880.2600.170.11140.3451.377.45
HexA8E3BC1A011B8c334d
Octal250343274320211321463115
Binary101010001110001110111100110100100011011100011001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E3BC; }

 p { color: rgb(168,227,188); }

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

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

 a { background-color: rgb(168,227,188); }

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

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

 span { border-color: rgb(168,227,188); }

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