Html Css Color HEX #A8FABA Fringy Flower

📋 copy color: '#A8FABA'

red 168 ◦ green 250 ◦ blue 186

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

Shades of Fringy Flower #A8FABA

Tints of Fringy Flower #A8FABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.39%

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

R = 27.81%
G = 41.39%
B = 30.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#A8FABA (or 0xA8FABA) is known color: Fringy Flower. HEX triplet: A8, FA and BA. RGB value is (168,250,186). Sum of RGB (Red+Green+Blue) = 168+250+186=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FABA is #570545. Grayscale: #DADADA. Windows color (decimal): -5702982 or 12253864. OLE color: 12253864.

HSL color Cylindrical-coordinate representation of color #A8FABA: hue angle of 133.17º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FABA is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 250 186 -
CMYK 0.33 0 0.26 0.02
HSL 133.17º 0.89% 0.82% -
HSV(B) 133.17º 0.33% 0.98% -
XYZ 59.2 80.24 58.82 -
YUV 218.19 109.83 92.2 -
System Red Green Blue C M Y K H S L
Decimal 168 250 186 0.33 0 0.26 0.02 133.17 0.89 0.82
Hex A8 FA BA 21 0 1A 2 85 59 52
Octal 250 372 272 41 0 32 2 205 131 122
Binary 10101000 11111010 10111010 100001 0 11010 10 10000101 1011001 1010010

Color Harmonies of #A8FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FABA

Black with #A8FABA

Text Example


Text Example

White with #A8FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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