Html Css Color HEX #AEF9BB Fringy Flower

📋 copy color: '#AEF9BB'

red 174 ◦ green 249 ◦ blue 187

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

Shades of Fringy Flower #AEF9BB

Tints of Fringy Flower #AEF9BB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.82%

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

R = 28.52%
G = 40.82%
B = 30.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#AEF9BB (or 0xAEF9BB) is known color: Fringy Flower. HEX triplet: AE, F9 and BB. RGB value is (174,249,187). Sum of RGB (Red+Green+Blue) = 174+249+187=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9BB is #510644. Grayscale: #DBDBDB. Windows color (decimal): -5310021 or 12319150. OLE color: 12319150.

HSL color Cylindrical-coordinate representation of color #AEF9BB: hue angle of 130.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF9BB is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 187 -
CMYK 0.30 0 0.25 0.02
HSL 130.4º 0.86% 0.83% -
HSV(B) 130.4º 0.3% 0.98% -
XYZ 60.3 80.34 59.34 -
YUV 219.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 174 249 187 0.30 0 0.25 0.02 130.4 0.86 0.83
Hex AE F9 BB 1E 0 19 2 82 56 53
Octal 256 371 273 36 0 31 2 202 126 123
Binary 10101110 11111001 10111011 11110 0 11001 10 10000010 1010110 1010011

Color Harmonies of #AEF9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9BB

Black with #AEF9BB

Text Example


Text Example

White with #AEF9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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