#A8F5BB

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

Shades of Fringy Flower #A8F5BB

Tints of Fringy Flower #A8F5BB

Color information

#A8F5BB (or 0xA8F5BB) is unknown color: approx Fringy Flower. HEX triplet: A8, F5 and BB. RGB value is (168,245,187). Sum of RGB (Red+Green+Blue) = 168+245+187=600 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28% from 600); Green value is 245 (96.09% from 255 or 40.83% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F5BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F5BB is #570A44. Grayscale: #D7D7D7. Windows color (decimal): -5704261 or 12318120. OLE color: 12318120.

HSL color Cylindrical-coordinate representation of color #A8F5BB: hue angle of 134.81º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F5BB is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB168245187-
CMYK0.3100.240.04
HSL134.81º79.38%80.98%-
HSV(B)134.81º31.43%96.08%-
XYZ57.7777.2258.87-
YUV215.36111.9994.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28%
GREEN value IS 245 (96.09% from 255) = 40.83%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=28%
G=40.83%
B=31.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1682451870.3100.240.04134.8179.3880.98
HexA8F5BB1F0184874f51
Octal250365273370304207117121
Binary101010001111010110111011111110110001001000011110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F5BB; }

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

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

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

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

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

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

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

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