Html Css Color HEX #AEFDBC Fringy Flower

📋 copy color: '#AEFDBC'

red 174 ◦ green 253 ◦ blue 188

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

Shades of Fringy Flower #AEFDBC

Tints of Fringy Flower #AEFDBC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.14%

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

R = 28.29%
G = 41.14%
B = 30.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#AEFDBC (or 0xAEFDBC) is known color: Fringy Flower. HEX triplet: AE, FD and BC. RGB value is (174,253,188). Sum of RGB (Red+Green+Blue) = 174+253+188=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDBC is #510243. Grayscale: #DEDEDE. Windows color (decimal): -5308996 or 12385710. OLE color: 12385710.

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

Color convert

RGB 174 253 188 -
CMYK 0.31 0 0.26 0.01
HSL 130.63º 0.95% 0.84% -
HSV(B) 130.63º 0.31% 0.99% -
XYZ 61.66 82.88 60.32 -
YUV 221.97 108.83 93.79 -
System Red Green Blue C M Y K H S L
Decimal 174 253 188 0.31 0 0.26 0.01 130.63 0.95 0.84
Hex AE FD BC 1F 0 1A 1 83 5F 54
Octal 256 375 274 37 0 32 1 203 137 124
Binary 10101110 11111101 10111100 11111 0 11010 1 10000011 1011111 1010100

Color Harmonies of #AEFDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFDBC

Black with #AEFDBC

Text Example


Text Example

White with #AEFDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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