Html Css Color HEX #AEC3B2 Gum Leaf

📋 copy color: '#AEC3B2'

red 174 ◦ green 195 ◦ blue 178

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

Shades of Gum Leaf #AEC3B2

Tints of Gum Leaf #AEC3B2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.65%

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 31.81%
G = 35.65%
B = 32.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#AEC3B2 (or 0xAEC3B2) is known color: Gum Leaf. HEX triplet: AE, C3 and B2. RGB value is (174,195,178). Sum of RGB (Red+Green+Blue) = 174+195+178=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC3B2 is #513C4D. Grayscale: #BABABA. Windows color (decimal): -5323854 or 11715502. OLE color: 11715502.

HSL color Cylindrical-coordinate representation of color #AEC3B2: hue angle of 131.43º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEC3B2 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 195 178 -
CMYK 0.11 0 0.09 0.24
HSL 131.43º 0.15% 0.72% -
HSV(B) 131.43º 0.11% 0.76% -
XYZ 45.01 51.24 49.64 -
YUV 186.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 174 195 178 0.11 0 0.09 0.24 131.43 0.15 0.72
Hex AE C3 B2 B 0 9 18 83 F 48
Octal 256 303 262 13 0 11 30 203 17 110
Binary 10101110 11000011 10110010 1011 0 1001 11000 10000011 1111 1001000

Color Harmonies of #AEC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC3B2

Black with #AEC3B2

Text Example


Text Example

White with #AEC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC3B2; }

 p { color: rgb(174,195,178); }

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

background-color css

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

 a { background-color: rgb(174,195,178); }

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

border-color css

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

 span { border-color: rgb(174,195,178); }

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