Html Css Color HEX #A8F8BA Fringy Flower

📋 copy color: '#A8F8BA'

red 168 ◦ green 248 ◦ blue 186

#A8F8BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #A8F8BA

Tints of Fringy Flower #A8F8BA

RGB

 RED value IS 168 (66.02% from 255) = 27.91%

 GREEN value IS 248 (97.27% from 255) = 41.2%

 BLUE value IS 186 (73.05% from 255) = 30.9%

R = 27.91%
G = 41.2%
B = 30.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#A8F8BA (or 0xA8F8BA) is known color: Fringy Flower. HEX triplet: A8, F8 and BA. RGB value is (168,248,186). Sum of RGB (Red+Green+Blue) = 168+248+186=602 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.91% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F8BA is #570745. Grayscale: #D9D9D9. Windows color (decimal): -5703494 or 12253352. OLE color: 12253352.

HSL color Cylindrical-coordinate representation of color #A8F8BA: hue angle of 133.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F8BA is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 248 186 -
CMYK 0.32 0 0.25 0.03
HSL 133.5º 0.85% 0.82% -
HSV(B) 133.5º 0.32% 0.97% -
XYZ 58.58 79 58.62 -
YUV 217.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 168 248 186 0.32 0 0.25 0.03 133.5 0.85 0.82
Hex A8 F8 BA 20 0 19 3 86 55 52
Octal 250 370 272 40 0 31 3 206 125 122
Binary 10101000 11111000 10111010 100000 0 11001 11 10000110 1010101 1010010

Color Harmonies of #A8F8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F8BA

Black with #A8F8BA

Text Example


Text Example

White with #A8F8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F8BA; }

 p { color: rgb(168,248,186); }

 H1.HeaderClassName
 {
   color: #A8F8BA;
 }
 .AnyTagClassName
 {
   color: #A8F8BA;
 }
</style>

background-color css

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

 a { background-color: rgb(168,248,186); }

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

border-color css

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

 span { border-color: rgb(168,248,186); }

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