Html Css Color HEX #AECEB6 Gum Leaf

📋 copy color: '#AECEB6'

red 174 ◦ green 206 ◦ blue 182

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

Shades of Gum Leaf #AECEB6

Tints of Gum Leaf #AECEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.38%

R = 30.96%
G = 36.65%
B = 32.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#AECEB6 (or 0xAECEB6) is known color: Gum Leaf. HEX triplet: AE, CE and B6. RGB value is (174,206,182). Sum of RGB (Red+Green+Blue) = 174+206+182=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEB6 is #513149. Grayscale: #C1C1C1. Windows color (decimal): -5321034 or 11980462. OLE color: 11980462.

HSL color Cylindrical-coordinate representation of color #AECEB6: hue angle of 135º 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 #AECEB6 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 182 -
CMYK 0.16 0 0.12 0.19
HSL 135º 0.25% 0.75% -
HSV(B) 135º 0.16% 0.81% -
XYZ 47.97 56.52 52.64 -
YUV 193.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 174 206 182 0.16 0 0.12 0.19 135 0.25 0.75
Hex AE CE B6 10 0 C 13 87 19 4B
Octal 256 316 266 20 0 14 23 207 31 113
Binary 10101110 11001110 10110110 10000 0 1100 10011 10000111 11001 1001011

Color Harmonies of #AECEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEB6

Black with #AECEB6

Text Example


Text Example

White with #AECEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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