Html Css Color HEX #AEDBC0 Fringy Flower

📋 copy color: '#AEDBC0'

red 174 ◦ green 219 ◦ blue 192

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

Shades of Fringy Flower #AEDBC0

Tints of Fringy Flower #AEDBC0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.44%

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

R = 29.74%
G = 37.44%
B = 32.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#AEDBC0 (or 0xAEDBC0) is known color: Fringy Flower. HEX triplet: AE, DB and C0. RGB value is (174,219,192). Sum of RGB (Red+Green+Blue) = 174+219+192=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBC0 is #51243F. Grayscale: #CACACA. Windows color (decimal): -5317696 or 12639150. OLE color: 12639150.

HSL color Cylindrical-coordinate representation of color #AEDBC0: hue angle of 144º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDBC0 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 192 -
CMYK 0.21 0 0.12 0.14
HSL 144º 0.38% 0.77% -
HSV(B) 144º 0.21% 0.86% -
XYZ 52.3 63.47 59.36 -
YUV 202.47 122.09 107.7 -
System Red Green Blue C M Y K H S L
Decimal 174 219 192 0.21 0 0.12 0.14 144 0.38 0.77
Hex AE DB C0 15 0 C E 90 26 4D
Octal 256 333 300 25 0 14 16 220 46 115
Binary 10101110 11011011 11000000 10101 0 1100 1110 10010000 100110 1001101

Color Harmonies of #AEDBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBC0

Black with #AEDBC0

Text Example


Text Example

White with #AEDBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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