#AAEFBB

Color #AAEFBB Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AAEFBB

Tints of Fringy Flower #AAEFBB

Color information

#AAEFBB (or 0xAAEFBB) is unknown color: approx Fringy Flower. HEX triplet: AA, EF and BB. RGB value is (170,239,187). Sum of RGB (Red+Green+Blue) = 170+239+187=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFBB is #551044. Grayscale: #D4D4D4. Windows color (decimal): -5574725 or 12316586. OLE color: 12316586.

HSL color Cylindrical-coordinate representation of color #AAEFBB: hue angle of 134.78º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFBB is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB170239187-
CMYK0.2900.220.06
HSL134.78º68.32%80.2%-
HSV(B)134.78º28.87%93.73%-
XYZ56.4173.8758.3-
YUV212.44113.6497.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 239 (93.75% from 255) = 40.10%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=28.52%
G=40.10%
B=31.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702391870.2900.220.06134.7868.3280.2
HexAAEFBB1D0166874450
Octal252357273350266207104120
Binary101010101110111110111011111010101101101000011110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFBB; }

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

 H1.HeaderClassName
 {
   color: #AAEFBB;
 }
 .AnyTagClassName
 {
   color: #AAEFBB;
 }
</style>
background-color css

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

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

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

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

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

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