Html Css Color HEX #AEECBA Fringy Flower

📋 copy color: '#AEECBA'

red 174 ◦ green 236 ◦ blue 186

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

Shades of Fringy Flower #AEECBA

Tints of Fringy Flower #AEECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.6%

 BLUE value IS 186 (73.05% from 255) = 31.21%

R = 29.19%
G = 39.6%
B = 31.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#AEECBA (or 0xAEECBA) is known color: Fringy Flower. HEX triplet: AE, EC and BA. RGB value is (174,236,186). Sum of RGB (Red+Green+Blue) = 174+236+186=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECBA is #511345. Grayscale: #D3D3D3. Windows color (decimal): -5313350 or 12250286. OLE color: 12250286.

HSL color Cylindrical-coordinate representation of color #AEECBA: hue angle of 131.61º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECBA is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 186 -
CMYK 0.26 0 0.21 0.07
HSL 131.61º 0.62% 0.8% -
HSV(B) 131.61º 0.26% 0.93% -
XYZ 56.31 72.53 57.49 -
YUV 211.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 174 236 186 0.26 0 0.21 0.07 131.61 0.62 0.8
Hex AE EC BA 1A 0 15 7 84 3E 50
Octal 256 354 272 32 0 25 7 204 76 120
Binary 10101110 11101100 10111010 11010 0 10101 111 10000100 111110 1010000

Color Harmonies of #AEECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECBA

Black with #AEECBA

Text Example


Text Example

White with #AEECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECBA; }

 p { color: rgb(174,236,186); }

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

background-color css

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

 a { background-color: rgb(174,236,186); }

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

border-color css

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

 span { border-color: rgb(174,236,186); }

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