Html Css Color HEX #A2EDBC Fringy Flower

📋 copy color: '#A2EDBC'

red 162 ◦ green 237 ◦ blue 188

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

Shades of Fringy Flower #A2EDBC

Tints of Fringy Flower #A2EDBC

RGB

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

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

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

R = 27.6%
G = 40.37%
B = 32.03%

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

#A2EDBC (or 0xA2EDBC) is known color: Fringy Flower. HEX triplet: A2, ED and BC. RGB value is (162,237,188). Sum of RGB (Red+Green+Blue) = 162+237+188=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDBC is #5D1243. Grayscale: #D1D1D1. Windows color (decimal): -6099524 or 12381602. OLE color: 12381602.

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

Color convert

RGB 162 237 188 -
CMYK 0.32 0 0.21 0.07
HSL 140.8º 0.68% 0.78% -
HSV(B) 140.8º 0.32% 0.93% -
XYZ 54.26 71.88 58.59 -
YUV 208.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 162 237 188 0.32 0 0.21 0.07 140.8 0.68 0.78
Hex A2 ED BC 20 0 15 7 8D 44 4E
Octal 242 355 274 40 0 25 7 215 104 116
Binary 10100010 11101101 10111100 100000 0 10101 111 10001101 1000100 1001110

Color Harmonies of #A2EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDBC

Black with #A2EDBC

Text Example


Text Example

White with #A2EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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