Html Css Color HEX #AEFDB8 Fringy Flower

📋 copy color: '#AEFDB8'

red 174 ◦ green 253 ◦ blue 184

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

Shades of Fringy Flower #AEFDB8

Tints of Fringy Flower #AEFDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.11%

R = 28.48%
G = 41.41%
B = 30.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#AEFDB8 (or 0xAEFDB8) is known color: Fringy Flower. HEX triplet: AE, FD and B8. RGB value is (174,253,184). Sum of RGB (Red+Green+Blue) = 174+253+184=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDB8 is #510247. Grayscale: #DDDDDD. Windows color (decimal): -5309000 or 12123566. OLE color: 12123566.

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

Color convert

RGB 174 253 184 -
CMYK 0.31 0 0.27 0.01
HSL 127.59º 0.95% 0.84% -
HSV(B) 127.59º 0.31% 0.99% -
XYZ 61.23 82.71 58.08 -
YUV 221.51 106.83 94.11 -
System Red Green Blue C M Y K H S L
Decimal 174 253 184 0.31 0 0.27 0.01 127.59 0.95 0.84
Hex AE FD B8 1F 0 1B 1 80 5F 54
Octal 256 375 270 37 0 33 1 200 137 124
Binary 10101110 11111101 10111000 11111 0 11011 1 10000000 1011111 1010100

Color Harmonies of #AEFDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFDB8

Black with #AEFDB8

Text Example


Text Example

White with #AEFDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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