#AAEEBB

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

Shades of Fringy Flower #AAEEBB

Tints of Fringy Flower #AAEEBB

Color information

#AAEEBB (or 0xAAEEBB) is unknown color: approx Fringy Flower. HEX triplet: AA, EE and BB. RGB value is (170,238,187). Sum of RGB (Red+Green+Blue) = 170+238+187=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEBB is #551144. Grayscale: #D3D3D3. Windows color (decimal): -5574981 or 12316330. OLE color: 12316330.

HSL color Cylindrical-coordinate representation of color #AAEEBB: hue angle of 135º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEBB is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB170238187-
CMYK0.2900.210.07
HSL135º66.67%80%-
HSV(B)135º28.57%93.33%-
XYZ56.1273.2858.2-
YUV211.85113.9798.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=28.57%
G=40%
B=31.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702381870.2900.210.0713566.6780
HexAAEEBB1D0157874350
Octal252356273350257207103120
Binary101010101110111010111011111010101011111000011110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEBB; }

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

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

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

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

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

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

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

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