Html Css Color HEX #AEF1C0 Fringy Flower

📋 copy color: '#AEF1C0'

red 174 ◦ green 241 ◦ blue 192

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

Shades of Fringy Flower #AEF1C0

Tints of Fringy Flower #AEF1C0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.7%

 BLUE value IS 192 (75.39% from 255) = 31.63%

R = 28.67%
G = 39.7%
B = 31.63%

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

#AEF1C0 (or 0xAEF1C0) is known color: Fringy Flower. HEX triplet: AE, F1 and C0. RGB value is (174,241,192). Sum of RGB (Red+Green+Blue) = 174+241+192=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1C0 is #510E3F. Grayscale: #D7D7D7. Windows color (decimal): -5312064 or 12644782. OLE color: 12644782.

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

Color convert

RGB 174 241 192 -
CMYK 0.28 0 0.20 0.05
HSL 136.12º 0.71% 0.81% -
HSV(B) 136.12º 0.28% 0.95% -
XYZ 58.43 75.72 61.4 -
YUV 215.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 174 241 192 0.28 0 0.20 0.05 136.12 0.71 0.81
Hex AE F1 C0 1C 0 14 5 88 47 51
Octal 256 361 300 34 0 24 5 210 107 121
Binary 10101110 11110001 11000000 11100 0 10100 101 10001000 1000111 1010001

Color Harmonies of #AEF1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF1C0

Black with #AEF1C0

Text Example


Text Example

White with #AEF1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF1C0; }

 p { color: rgb(174,241,192); }

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

background-color css

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

 a { background-color: rgb(174,241,192); }

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

border-color css

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

 span { border-color: rgb(174,241,192); }

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