Html Css Color HEX #AEFDBA Fringy Flower

📋 copy color: '#AEFDBA'

red 174 ◦ green 253 ◦ blue 186

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

Shades of Fringy Flower #AEFDBA

Tints of Fringy Flower #AEFDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.34%

R = 28.38%
G = 41.27%
B = 30.34%

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

#AEFDBA (or 0xAEFDBA) is known color: Fringy Flower. HEX triplet: AE, FD and BA. RGB value is (174,253,186). Sum of RGB (Red+Green+Blue) = 174+253+186=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDBA is #510245. Grayscale: #DDDDDD. Windows color (decimal): -5308998 or 12254638. OLE color: 12254638.

HSL color Cylindrical-coordinate representation of color #AEFDBA: hue angle of 129.11º 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 #AEFDBA is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 253 186 -
CMYK 0.31 0 0.26 0.01
HSL 129.11º 0.95% 0.84% -
HSV(B) 129.11º 0.31% 0.99% -
XYZ 61.44 82.79 59.2 -
YUV 221.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 174 253 186 0.31 0 0.26 0.01 129.11 0.95 0.84
Hex AE FD BA 1F 0 1A 1 81 5F 54
Octal 256 375 272 37 0 32 1 201 137 124
Binary 10101110 11111101 10111010 11111 0 11010 1 10000001 1011111 1010100

Color Harmonies of #AEFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFDBA

Black with #AEFDBA

Text Example


Text Example

White with #AEFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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