Html Css Color HEX #A2EDBB Fringy Flower

📋 copy color: '#A2EDBB'

red 162 ◦ green 237 ◦ blue 187

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

Shades of Fringy Flower #A2EDBB

Tints of Fringy Flower #A2EDBB

RGB

 RED value IS 162 (63.67% from 255) = 27.65%

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

 BLUE value IS 187 (73.44% from 255) = 31.91%

R = 27.65%
G = 40.44%
B = 31.91%

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

#A2EDBB (or 0xA2EDBB) is known color: Fringy Flower. HEX triplet: A2, ED and BB. RGB value is (162,237,187). Sum of RGB (Red+Green+Blue) = 162+237+187=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDBB is #5D1244. Grayscale: #D0D0D0. Windows color (decimal): -6099525 or 12316066. OLE color: 12316066.

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

Color convert

RGB 162 237 187 -
CMYK 0.32 0 0.21 0.07
HSL 140º 0.68% 0.78% -
HSV(B) 140º 0.32% 0.93% -
XYZ 54.15 71.84 58.03 -
YUV 208.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 162 237 187 0.32 0 0.21 0.07 140 0.68 0.78
Hex A2 ED BB 20 0 15 7 8C 44 4E
Octal 242 355 273 40 0 25 7 214 104 116
Binary 10100010 11101101 10111011 100000 0 10101 111 10001100 1000100 1001110

Color Harmonies of #A2EDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDBB

Black with #A2EDBB

Text Example


Text Example

White with #A2EDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDBB; }

 p { color: rgb(162,237,187); }

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

background-color css

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

 a { background-color: rgb(162,237,187); }

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

border-color css

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

 span { border-color: rgb(162,237,187); }

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