#A8EDBB

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

Shades of Fringy Flower #A8EDBB

Tints of Fringy Flower #A8EDBB

Color information

#A8EDBB (or 0xA8EDBB) is unknown color: approx Fringy Flower. HEX triplet: A8, ED and BB. RGB value is (168,237,187). Sum of RGB (Red+Green+Blue) = 168+237+187=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDBB is #571244. Grayscale: #D2D2D2. Windows color (decimal): -5706309 or 12316072. OLE color: 12316072.

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

Color convert

RGB168237187-
CMYK0.2900.210.07
HSL136.52º65.71%79.41%-
HSV(B)136.52º29.11%92.94%-
XYZ55.472.4858.08-
YUV210.67114.6497.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.38%
GREEN value IS 237 (92.97% from 255) = 40.03%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=28.38%
G=40.03%
B=31.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682371870.2900.210.07136.5265.7179.41
HexA8EDBB1D015789424f
Octal250355273350257211102117
Binary101010001110110110111011111010101011111000100110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EDBB; }

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

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

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

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

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

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

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

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