Html Css Color HEX #AEFFC1 Fringy Flower

📋 copy color: '#AEFFC1'

red 174 ◦ green 255 ◦ blue 193

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

Shades of Fringy Flower #AEFFC1

Tints of Fringy Flower #AEFFC1

RGB

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

 GREEN value IS 255 (100% from 255) = 41%

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

R = 27.97%
G = 41%
B = 31.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#AEFFC1 (or 0xAEFFC1) is known color: Fringy Flower. HEX triplet: AE, FF and C1. RGB value is (174,255,193). Sum of RGB (Red+Green+Blue) = 174+255+193=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFC1 is #51003E. Grayscale: #DFDFDF. Windows color (decimal): -5308479 or 12713902. OLE color: 12713902.

HSL color Cylindrical-coordinate representation of color #AEFFC1: hue angle of 134.07º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFC1 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 193 -
CMYK 0.32 0 0.24 0
HSL 134.07º 1% 0.84% -
HSV(B) 134.07º 0.32% 1% -
XYZ 62.84 84.37 63.42 -
YUV 223.71 110.66 92.54 -
System Red Green Blue C M Y K H S L
Decimal 174 255 193 0.32 0 0.24 0 134.07 1 0.84
Hex AE FF C1 20 0 18 0 86 64 54
Octal 256 377 301 40 0 30 0 206 144 124
Binary 10101110 11111111 11000001 100000 0 11000 0 10000110 1100100 1010100

Color Harmonies of #AEFFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFC1

Black with #AEFFC1

Text Example


Text Example

White with #AEFFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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