Html Css Color HEX #AAFDBB Fringy Flower

📋 copy color: '#AAFDBB'

red 170 ◦ green 253 ◦ blue 187

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

Shades of Fringy Flower #AAFDBB

Tints of Fringy Flower #AAFDBB

RGB

 RED value IS 170 (66.8% from 255) = 27.87%

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

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

R = 27.87%
G = 41.48%
B = 30.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#AAFDBB (or 0xAAFDBB) is known color: Fringy Flower. HEX triplet: AA, FD and BB. RGB value is (170,253,187). Sum of RGB (Red+Green+Blue) = 170+253+187=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDBB is #550244. Grayscale: #DCDCDC. Windows color (decimal): -5571141 or 12320170. OLE color: 12320170.

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

Color convert

RGB 170 253 187 -
CMYK 0.33 0 0.26 0.01
HSL 132.29º 0.95% 0.83% -
HSV(B) 132.29º 0.33% 0.99% -
XYZ 60.67 82.38 59.72 -
YUV 220.66 109 91.87 -
System Red Green Blue C M Y K H S L
Decimal 170 253 187 0.33 0 0.26 0.01 132.29 0.95 0.83
Hex AA FD BB 21 0 1A 1 84 5F 53
Octal 252 375 273 41 0 32 1 204 137 123
Binary 10101010 11111101 10111011 100001 0 11010 1 10000100 1011111 1010011

Color Harmonies of #AAFDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDBB

Black with #AAFDBB

Text Example


Text Example

White with #AAFDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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