Html Css Color HEX #AEFDBB Fringy Flower

📋 copy color: '#AEFDBB'

red 174 ◦ green 253 ◦ blue 187

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

Shades of Fringy Flower #AEFDBB

Tints of Fringy Flower #AEFDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.46%

R = 28.34%
G = 41.21%
B = 30.46%

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

#AEFDBB (or 0xAEFDBB) is known color: Fringy Flower. HEX triplet: AE, FD and BB. RGB value is (174,253,187). Sum of RGB (Red+Green+Blue) = 174+253+187=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDBB is #510244. Grayscale: #DEDEDE. Windows color (decimal): -5308997 or 12320174. OLE color: 12320174.

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

Color convert

RGB 174 253 187 -
CMYK 0.31 0 0.26 0.01
HSL 129.87º 0.95% 0.84% -
HSV(B) 129.87º 0.31% 0.99% -
XYZ 61.55 82.84 59.76 -
YUV 221.86 108.33 93.87 -
System Red Green Blue C M Y K H S L
Decimal 174 253 187 0.31 0 0.26 0.01 129.87 0.95 0.84
Hex AE FD BB 1F 0 1A 1 82 5F 54
Octal 256 375 273 37 0 32 1 202 137 124
Binary 10101110 11111101 10111011 11111 0 11010 1 10000010 1011111 1010100

Color Harmonies of #AEFDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFDBB

Black with #AEFDBB

Text Example


Text Example

White with #AEFDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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