Html Css Color HEX #AEECBD Fringy Flower

📋 copy color: '#AEECBD'

red 174 ◦ green 236 ◦ blue 189

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

Shades of Fringy Flower #AEECBD

Tints of Fringy Flower #AEECBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.55%

R = 29.05%
G = 39.4%
B = 31.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#AEECBD (or 0xAEECBD) is known color: Fringy Flower. HEX triplet: AE, EC and BD. RGB value is (174,236,189). Sum of RGB (Red+Green+Blue) = 174+236+189=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECBD is #511342. Grayscale: #D4D4D4. Windows color (decimal): -5313347 or 12446894. OLE color: 12446894.

HSL color Cylindrical-coordinate representation of color #AEECBD: hue angle of 134.52º 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 #AEECBD is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 189 -
CMYK 0.26 0 0.20 0.07
HSL 134.52º 0.62% 0.8% -
HSV(B) 134.52º 0.26% 0.93% -
XYZ 56.64 72.66 59.18 -
YUV 212.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 174 236 189 0.26 0 0.20 0.07 134.52 0.62 0.8
Hex AE EC BD 1A 0 14 7 87 3E 50
Octal 256 354 275 32 0 24 7 207 76 120
Binary 10101110 11101100 10111101 11010 0 10100 111 10000111 111110 1010000

Color Harmonies of #AEECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECBD

Black with #AEECBD

Text Example


Text Example

White with #AEECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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