Html Css Color HEX #AAEEB8 Fringy Flower

📋 copy color: '#AAEEB8'

red 170 ◦ green 238 ◦ blue 184

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

Shades of Fringy Flower #AAEEB8

Tints of Fringy Flower #AAEEB8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.2%

 BLUE value IS 184 (72.27% from 255) = 31.08%

R = 28.72%
G = 40.2%
B = 31.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#AAEEB8 (or 0xAAEEB8) is known color: Fringy Flower. HEX triplet: AA, EE and B8. RGB value is (170,238,184). Sum of RGB (Red+Green+Blue) = 170+238+184=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEB8 is #551147. Grayscale: #D3D3D3. Windows color (decimal): -5574984 or 12119722. OLE color: 12119722.

HSL color Cylindrical-coordinate representation of color #AAEEB8: hue angle of 132.35º 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 #AAEEB8 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 184 -
CMYK 0.29 0 0.23 0.07
HSL 132.35º 0.67% 0.8% -
HSV(B) 132.35º 0.29% 0.93% -
XYZ 55.8 73.16 56.53 -
YUV 211.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 170 238 184 0.29 0 0.23 0.07 132.35 0.67 0.8
Hex AA EE B8 1D 0 17 7 84 43 50
Octal 252 356 270 35 0 27 7 204 103 120
Binary 10101010 11101110 10111000 11101 0 10111 111 10000100 1000011 1010000

Color Harmonies of #AAEEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEB8

Black with #AAEEB8

Text Example


Text Example

White with #AAEEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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