Html Css Color HEX #AEF2C1 Fringy Flower

📋 copy color: '#AEF2C1'

red 174 ◦ green 242 ◦ blue 193

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

Shades of Fringy Flower #AEF2C1

Tints of Fringy Flower #AEF2C1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.74%

 BLUE value IS 193 (75.78% from 255) = 31.69%

R = 28.57%
G = 39.74%
B = 31.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#AEF2C1 (or 0xAEF2C1) is known color: Fringy Flower. HEX triplet: AE, F2 and C1. RGB value is (174,242,193). Sum of RGB (Red+Green+Blue) = 174+242+193=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2C1 is #510D3E. Grayscale: #D8D8D8. Windows color (decimal): -5311807 or 12710574. OLE color: 12710574.

HSL color Cylindrical-coordinate representation of color #AEF2C1: hue angle of 136.76º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2C1 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 242 193 -
CMYK 0.28 0 0.20 0.05
HSL 136.76º 0.72% 0.82% -
HSV(B) 136.76º 0.28% 0.95% -
XYZ 58.83 76.35 62.09 -
YUV 216.08 114.97 97.98 -
System Red Green Blue C M Y K H S L
Decimal 174 242 193 0.28 0 0.20 0.05 136.76 0.72 0.82
Hex AE F2 C1 1C 0 14 5 89 48 52
Octal 256 362 301 34 0 24 5 211 110 122
Binary 10101110 11110010 11000001 11100 0 10100 101 10001001 1001000 1010010

Color Harmonies of #AEF2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF2C1

Black with #AEF2C1

Text Example


Text Example

White with #AEF2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF2C1; }

 p { color: rgb(174,242,193); }

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

background-color css

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

 a { background-color: rgb(174,242,193); }

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

border-color css

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

 span { border-color: rgb(174,242,193); }

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