Html Css Color HEX #AEECB6 Fringy Flower

📋 copy color: '#AEECB6'

red 174 ◦ green 236 ◦ blue 182

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

Shades of Fringy Flower #AEECB6

Tints of Fringy Flower #AEECB6

RGB

 RED value IS 174 (68.36% from 255) = 29.39%

 GREEN value IS 236 (92.58% from 255) = 39.86%

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

R = 29.39%
G = 39.86%
B = 30.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#AEECB6 (or 0xAEECB6) is known color: Fringy Flower. HEX triplet: AE, EC and B6. RGB value is (174,236,182). Sum of RGB (Red+Green+Blue) = 174+236+182=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECB6 is #511349. Grayscale: #D3D3D3. Windows color (decimal): -5313354 or 11988142. OLE color: 11988142.

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

Color convert

RGB 174 236 182 -
CMYK 0.26 0 0.23 0.07
HSL 127.74º 0.62% 0.8% -
HSV(B) 127.74º 0.26% 0.93% -
XYZ 55.89 72.37 55.28 -
YUV 211.31 111.46 101.39 -
System Red Green Blue C M Y K H S L
Decimal 174 236 182 0.26 0 0.23 0.07 127.74 0.62 0.8
Hex AE EC B6 1A 0 17 7 80 3E 50
Octal 256 354 266 32 0 27 7 200 76 120
Binary 10101110 11101100 10110110 11010 0 10111 111 10000000 111110 1010000

Color Harmonies of #AEECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECB6

Black with #AEECB6

Text Example


Text Example

White with #AEECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECB6; }

 p { color: rgb(174,236,182); }

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

background-color css

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

 a { background-color: rgb(174,236,182); }

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

border-color css

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

 span { border-color: rgb(174,236,182); }

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