Html Css Color HEX #AEF0C3 Fringy Flower

📋 copy color: '#AEF0C3'

red 174 ◦ green 240 ◦ blue 195

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

Shades of Fringy Flower #AEF0C3

Tints of Fringy Flower #AEF0C3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.41%

 BLUE value IS 195 (76.56% from 255) = 32.02%

R = 28.57%
G = 39.41%
B = 32.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#AEF0C3 (or 0xAEF0C3) is known color: Fringy Flower. HEX triplet: AE, F0 and C3. RGB value is (174,240,195). Sum of RGB (Red+Green+Blue) = 174+240+195=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0C3 is #510F3C. Grayscale: #D7D7D7. Windows color (decimal): -5312317 or 12841134. OLE color: 12841134.

HSL color Cylindrical-coordinate representation of color #AEF0C3: hue angle of 139.09º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEF0C3 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 195 -
CMYK 0.28 0 0.19 0.06
HSL 139.09º 0.69% 0.81% -
HSV(B) 139.09º 0.28% 0.94% -
XYZ 58.47 75.26 63.07 -
YUV 215.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 174 240 195 0.28 0 0.19 0.06 139.09 0.69 0.81
Hex AE F0 C3 1C 0 13 6 8B 45 51
Octal 256 360 303 34 0 23 6 213 105 121
Binary 10101110 11110000 11000011 11100 0 10011 110 10001011 1000101 1010001

Color Harmonies of #AEF0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0C3

Black with #AEF0C3

Text Example


Text Example

White with #AEF0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0C3; }

 p { color: rgb(174,240,195); }

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

background-color css

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

 a { background-color: rgb(174,240,195); }

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

border-color css

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

 span { border-color: rgb(174,240,195); }

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