Html Css Color HEX #AEFFBC Fringy Flower

📋 copy color: '#AEFFBC'

red 174 ◦ green 255 ◦ blue 188

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

Shades of Fringy Flower #AEFFBC

Tints of Fringy Flower #AEFFBC

RGB

 RED value IS 174 (68.36% from 255) = 28.2%

 GREEN value IS 255 (100% from 255) = 41.33%

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

R = 28.2%
G = 41.33%
B = 30.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#AEFFBC (or 0xAEFFBC) is known color: Fringy Flower. HEX triplet: AE, FF and BC. RGB value is (174,255,188). Sum of RGB (Red+Green+Blue) = 174+255+188=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFBC is #510043. Grayscale: #DFDFDF. Windows color (decimal): -5308484 or 12386222. OLE color: 12386222.

HSL color Cylindrical-coordinate representation of color #AEFFBC: hue angle of 130.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFBC is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 188 -
CMYK 0.32 0 0.26 0
HSL 130.37º 1% 0.84% -
HSV(B) 130.37º 0.32% 1% -
XYZ 62.29 84.15 60.54 -
YUV 223.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 174 255 188 0.32 0 0.26 0 130.37 1 0.84
Hex AE FF BC 20 0 1A 0 82 64 54
Octal 256 377 274 40 0 32 0 202 144 124
Binary 10101110 11111111 10111100 100000 0 11010 0 10000010 1100100 1010100

Color Harmonies of #AEFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFBC

Black with #AEFFBC

Text Example


Text Example

White with #AEFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFBC; }

 p { color: rgb(174,255,188); }

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

background-color css

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

 a { background-color: rgb(174,255,188); }

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

border-color css

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

 span { border-color: rgb(174,255,188); }

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