Html Css Color HEX #A2EFBC Fringy Flower

📋 copy color: '#A2EFBC'

red 162 ◦ green 239 ◦ blue 188

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

Shades of Fringy Flower #A2EFBC

Tints of Fringy Flower #A2EFBC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.58%

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

R = 27.5%
G = 40.58%
B = 31.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#A2EFBC (or 0xA2EFBC) is known color: Fringy Flower. HEX triplet: A2, EF and BC. RGB value is (162,239,188). Sum of RGB (Red+Green+Blue) = 162+239+188=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFBC is #5D1043. Grayscale: #D2D2D2. Windows color (decimal): -6099012 or 12382114. OLE color: 12382114.

HSL color Cylindrical-coordinate representation of color #A2EFBC: hue angle of 140.26º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFBC is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 239 188 -
CMYK 0.32 0 0.21 0.06
HSL 140.26º 0.71% 0.79% -
HSV(B) 140.26º 0.32% 0.94% -
XYZ 54.84 73.05 58.79 -
YUV 210.16 115.49 93.65 -
System Red Green Blue C M Y K H S L
Decimal 162 239 188 0.32 0 0.21 0.06 140.26 0.71 0.79
Hex A2 EF BC 20 0 15 6 8C 47 4F
Octal 242 357 274 40 0 25 6 214 107 117
Binary 10100010 11101111 10111100 100000 0 10101 110 10001100 1000111 1001111

Color Harmonies of #A2EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EFBC

Black with #A2EFBC

Text Example


Text Example

White with #A2EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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