Html Css Color HEX #AEEFBE Fringy Flower

📋 copy color: '#AEEFBE'

red 174 ◦ green 239 ◦ blue 190

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

Shades of Fringy Flower #AEEFBE

Tints of Fringy Flower #AEEFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.64%

 BLUE value IS 190 (74.61% from 255) = 31.51%

R = 28.86%
G = 39.64%
B = 31.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#AEEFBE (or 0xAEEFBE) is known color: Fringy Flower. HEX triplet: AE, EF and BE. RGB value is (174,239,190). Sum of RGB (Red+Green+Blue) = 174+239+190=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFBE is #511041. Grayscale: #D6D6D6. Windows color (decimal): -5312578 or 12513198. OLE color: 12513198.

HSL color Cylindrical-coordinate representation of color #AEEFBE: hue angle of 134.77º degrees, saturation: 0.67, 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 #AEEFBE is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 239 190 -
CMYK 0.27 0 0.21 0.06
HSL 134.77º 0.67% 0.81% -
HSV(B) 134.77º 0.27% 0.94% -
XYZ 57.62 74.45 60.05 -
YUV 213.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 174 239 190 0.27 0 0.21 0.06 134.77 0.67 0.81
Hex AE EF BE 1B 0 15 6 87 43 51
Octal 256 357 276 33 0 25 6 207 103 121
Binary 10101110 11101111 10111110 11011 0 10101 110 10000111 1000011 1010001

Color Harmonies of #AEEFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEFBE

Black with #AEEFBE

Text Example


Text Example

White with #AEEFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEFBE; }

 p { color: rgb(174,239,190); }

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

background-color css

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

 a { background-color: rgb(174,239,190); }

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

border-color css

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

 span { border-color: rgb(174,239,190); }

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