Html Css Color HEX #AAFFBB Fringy Flower

📋 copy color: '#AAFFBB'

red 170 ◦ green 255 ◦ blue 187

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

Shades of Fringy Flower #AAFFBB

Tints of Fringy Flower #AAFFBB

RGB

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

 GREEN value IS 255 (100% from 255) = 41.67%

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

R = 27.78%
G = 41.67%
B = 30.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#AAFFBB (or 0xAAFFBB) is known color: Fringy Flower. HEX triplet: AA, FF and BB. RGB value is (170,255,187). Sum of RGB (Red+Green+Blue) = 170+255+187=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFBB is #550044. Grayscale: #DEDEDE. Windows color (decimal): -5570629 or 12320682. OLE color: 12320682.

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

Color convert

RGB 170 255 187 -
CMYK 0.33 0 0.27 0
HSL 132º 1% 0.83% -
HSV(B) 132º 0.33% 1% -
XYZ 61.31 83.65 59.93 -
YUV 221.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 170 255 187 0.33 0 0.27 0 132 1 0.83
Hex AA FF BB 21 0 1B 0 84 64 53
Octal 252 377 273 41 0 33 0 204 144 123
Binary 10101010 11111111 10111011 100001 0 11011 0 10000100 1100100 1010011

Color Harmonies of #AAFFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFBB

Black with #AAFFBB

Text Example


Text Example

White with #AAFFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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