Html Css Color HEX #AEC0B2 Gum Leaf

📋 copy color: '#AEC0B2'

red 174 ◦ green 192 ◦ blue 178

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

Shades of Gum Leaf #AEC0B2

Tints of Gum Leaf #AEC0B2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.29%

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

R = 31.99%
G = 35.29%
B = 32.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#AEC0B2 (or 0xAEC0B2) is known color: Gum Leaf. HEX triplet: AE, C0 and B2. RGB value is (174,192,178). Sum of RGB (Red+Green+Blue) = 174+192+178=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC0B2 is #513F4D. Grayscale: #B9B9B9. Windows color (decimal): -5324622 or 11714734. OLE color: 11714734.

HSL color Cylindrical-coordinate representation of color #AEC0B2: hue angle of 133.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEC0B2 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 178 -
CMYK 0.09 0 0.07 0.25
HSL 133.33º 0.13% 0.72% -
HSV(B) 133.33º 0.09% 0.75% -
XYZ 44.34 49.91 49.42 -
YUV 185.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 174 192 178 0.09 0 0.07 0.25 133.33 0.13 0.72
Hex AE C0 B2 9 0 7 19 85 C 48
Octal 256 300 262 11 0 7 31 205 14 110
Binary 10101110 11000000 10110010 1001 0 111 11001 10000101 1100 1001000

Color Harmonies of #AEC0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0B2

Black with #AEC0B2

Text Example


Text Example

White with #AEC0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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