Html Css Color HEX #A8EDBA Fringy Flower

📋 copy color: '#A8EDBA'

red 168 ◦ green 237 ◦ blue 186

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

Shades of Fringy Flower #A8EDBA

Tints of Fringy Flower #A8EDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.1%

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

R = 28.43%
G = 40.1%
B = 31.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#A8EDBA (or 0xA8EDBA) is known color: Fringy Flower. HEX triplet: A8, ED and BA. RGB value is (168,237,186). Sum of RGB (Red+Green+Blue) = 168+237+186=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDBA is #571245. Grayscale: #D2D2D2. Windows color (decimal): -5706310 or 12250536. OLE color: 12250536.

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

Color convert

RGB 168 237 186 -
CMYK 0.29 0 0.22 0.07
HSL 135.65º 0.66% 0.79% -
HSV(B) 135.65º 0.29% 0.93% -
XYZ 55.3 72.44 57.52 -
YUV 210.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 168 237 186 0.29 0 0.22 0.07 135.65 0.66 0.79
Hex A8 ED BA 1D 0 16 7 88 42 4F
Octal 250 355 272 35 0 26 7 210 102 117
Binary 10101000 11101101 10111010 11101 0 10110 111 10001000 1000010 1001111

Color Harmonies of #A8EDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EDBA

Black with #A8EDBA

Text Example


Text Example

White with #A8EDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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