Html Css Color HEX #AEF4B6 Fringy Flower

📋 copy color: '#AEF4B6'

red 174 ◦ green 244 ◦ blue 182

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

Shades of Fringy Flower #AEF4B6

Tints of Fringy Flower #AEF4B6

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.67%

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

R = 29%
G = 40.67%
B = 30.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#AEF4B6 (or 0xAEF4B6) is known color: Fringy Flower. HEX triplet: AE, F4 and B6. RGB value is (174,244,182). Sum of RGB (Red+Green+Blue) = 174+244+182=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF4B6 is #510B49. Grayscale: #D8D8D8. Windows color (decimal): -5311306 or 11990190. OLE color: 11990190.

HSL color Cylindrical-coordinate representation of color #AEF4B6: hue angle of 126.86º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF4B6 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 244 182 -
CMYK 0.29 0 0.25 0.04
HSL 126.86º 0.76% 0.82% -
HSV(B) 126.86º 0.29% 0.96% -
XYZ 58.25 77.08 56.06 -
YUV 216 108.81 98.04 -
System Red Green Blue C M Y K H S L
Decimal 174 244 182 0.29 0 0.25 0.04 126.86 0.76 0.82
Hex AE F4 B6 1D 0 19 4 7F 4C 52
Octal 256 364 266 35 0 31 4 177 114 122
Binary 10101110 11110100 10110110 11101 0 11001 100 1111111 1001100 1010010

Color Harmonies of #AEF4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF4B6

Black with #AEF4B6

Text Example


Text Example

White with #AEF4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF4B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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