Html Css Color HEX #AECEB4 Gum Leaf

📋 copy color: '#AECEB4'

red 174 ◦ green 206 ◦ blue 180

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

Shades of Gum Leaf #AECEB4

Tints of Gum Leaf #AECEB4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.79%

 BLUE value IS 180 (70.7% from 255) = 32.14%

R = 31.07%
G = 36.79%
B = 32.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#AECEB4 (or 0xAECEB4) is known color: Gum Leaf. HEX triplet: AE, CE and B4. RGB value is (174,206,180). Sum of RGB (Red+Green+Blue) = 174+206+180=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEB4 is #51314B. Grayscale: #C1C1C1. Windows color (decimal): -5321036 or 11849390. OLE color: 11849390.

HSL color Cylindrical-coordinate representation of color #AECEB4: hue angle of 131.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECEB4 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 180 -
CMYK 0.16 0 0.13 0.19
HSL 131.25º 0.25% 0.75% -
HSV(B) 131.25º 0.16% 0.81% -
XYZ 47.77 56.44 51.56 -
YUV 193.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 174 206 180 0.16 0 0.13 0.19 131.25 0.25 0.75
Hex AE CE B4 10 0 D 13 83 19 4B
Octal 256 316 264 20 0 15 23 203 31 113
Binary 10101110 11001110 10110100 10000 0 1101 10011 10000011 11001 1001011

Color Harmonies of #AECEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEB4

Black with #AECEB4

Text Example


Text Example

White with #AECEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEB4; }

 p { color: rgb(174,206,180); }

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

background-color css

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

 a { background-color: rgb(174,206,180); }

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

border-color css

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

 span { border-color: rgb(174,206,180); }

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