Html Css Color HEX #A1EDBC Fringy Flower

📋 copy color: '#A1EDBC'

red 161 ◦ green 237 ◦ blue 188

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

Shades of Fringy Flower #A1EDBC

Tints of Fringy Flower #A1EDBC

RGB

 RED value IS 161 (63.28% from 255) = 27.47%

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

 BLUE value IS 188 (73.83% from 255) = 32.08%

R = 27.47%
G = 40.44%
B = 32.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#A1EDBC (or 0xA1EDBC) is known color: Fringy Flower. HEX triplet: A1, ED and BC. RGB value is (161,237,188). Sum of RGB (Red+Green+Blue) = 161+237+188=586 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.47% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDBC is #5E1243. Grayscale: #D0D0D0. Windows color (decimal): -6165060 or 12381601. OLE color: 12381601.

HSL color Cylindrical-coordinate representation of color #A1EDBC: hue angle of 141.32º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDBC is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 237 188 -
CMYK 0.32 0 0.21 0.07
HSL 141.32º 0.68% 0.78% -
HSV(B) 141.32º 0.32% 0.93% -
XYZ 54.06 71.78 58.58 -
YUV 208.69 116.32 93.98 -
System Red Green Blue C M Y K H S L
Decimal 161 237 188 0.32 0 0.21 0.07 141.32 0.68 0.78
Hex A1 ED BC 20 0 15 7 8D 44 4E
Octal 241 355 274 40 0 25 7 215 104 116
Binary 10100001 11101101 10111100 100000 0 10101 111 10001101 1000100 1001110

Color Harmonies of #A1EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDBC

Black with #A1EDBC

Text Example


Text Example

White with #A1EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDBC; }

 p { color: rgb(161,237,188); }

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

background-color css

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

 a { background-color: rgb(161,237,188); }

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

border-color css

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

 span { border-color: rgb(161,237,188); }

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