Html Css Color HEX #AAEEB6 Fringy Flower

📋 copy color: '#AAEEB6'

red 170 ◦ green 238 ◦ blue 182

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

Shades of Fringy Flower #AAEEB6

Tints of Fringy Flower #AAEEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.85%

R = 28.81%
G = 40.34%
B = 30.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#AAEEB6 (or 0xAAEEB6) is known color: Fringy Flower. HEX triplet: AA, EE and B6. RGB value is (170,238,182). Sum of RGB (Red+Green+Blue) = 170+238+182=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEB6 is #551149. Grayscale: #D3D3D3. Windows color (decimal): -5574986 or 11988650. OLE color: 11988650.

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

Color convert

RGB 170 238 182 -
CMYK 0.29 0 0.24 0.07
HSL 130.59º 0.67% 0.8% -
HSV(B) 130.59º 0.29% 0.93% -
XYZ 55.6 73.07 55.43 -
YUV 211.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 170 238 182 0.29 0 0.24 0.07 130.59 0.67 0.8
Hex AA EE B6 1D 0 18 7 83 43 50
Octal 252 356 266 35 0 30 7 203 103 120
Binary 10101010 11101110 10110110 11101 0 11000 111 10000011 1000011 1010000

Color Harmonies of #AAEEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEB6

Black with #AAEEB6

Text Example


Text Example

White with #AAEEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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