Html Css Color HEX #AAE6B8 Fringy Flower

📋 copy color: '#AAE6B8'

red 170 ◦ green 230 ◦ blue 184

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

Shades of Fringy Flower #AAE6B8

Tints of Fringy Flower #AAE6B8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.38%

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

R = 29.11%
G = 39.38%
B = 31.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.2

 K value IS 0.10

RGB Variations

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

Color information

#AAE6B8 (or 0xAAE6B8) is known color: Fringy Flower. HEX triplet: AA, E6 and B8. RGB value is (170,230,184). Sum of RGB (Red+Green+Blue) = 170+230+184=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6B8 is #551947. Grayscale: #CECECE. Windows color (decimal): -5577032 or 12117674. OLE color: 12117674.

HSL color Cylindrical-coordinate representation of color #AAE6B8: hue angle of 134º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE6B8 is Cyan = 0.26, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 230 184 -
CMYK 0.26 0 0.2 0.10
HSL 134º 0.55% 0.78% -
HSV(B) 134º 0.26% 0.9% -
XYZ 53.53 68.6 55.77 -
YUV 206.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 170 230 184 0.26 0 0.2 0.10 134 0.55 0.78
Hex AA E6 B8 1A 0 14 A 86 37 4E
Octal 252 346 270 32 0 24 12 206 67 116
Binary 10101010 11100110 10111000 11010 0 10100 1010 10000110 110111 1001110

Color Harmonies of #AAE6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE6B8

Black with #AAE6B8

Text Example


Text Example

White with #AAE6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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