#A8EABB

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

Shades of Fringy Flower #A8EABB

Tints of Fringy Flower #A8EABB

Color information

#A8EABB (or 0xA8EABB) is unknown color: approx Fringy Flower. HEX triplet: A8, EA and BB. RGB value is (168,234,187). Sum of RGB (Red+Green+Blue) = 168+234+187=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EABB is #571544. Grayscale: #D1D1D1. Windows color (decimal): -5707077 or 12315304. OLE color: 12315304.

HSL color Cylindrical-coordinate representation of color #A8EABB: hue angle of 137.27º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EABB is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB168234187-
CMYK0.2800.200.08
HSL137.27º61.11%78.82%-
HSV(B)137.27º28.21%91.76%-
XYZ54.5470.7657.8-
YUV208.91115.6398.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.52%
GREEN value IS 234 (91.80% from 255) = 39.73%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=28.52%
G=39.73%
B=31.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682341870.2800.200.08137.2761.1178.82
HexA8EABB1C0148893d4f
Octal250352273340241021175117
Binary101010001110101010111011111000101001000100010011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EABB; }

 p { color: rgb(168,234,187); }

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

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

 a { background-color: rgb(168,234,187); }

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

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

 span { border-color: rgb(168,234,187); }

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