Html Css Color HEX #AEC0B0 Gum Leaf

📋 copy color: '#AEC0B0'

red 174 ◦ green 192 ◦ blue 176

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

Shades of Gum Leaf #AEC0B0

Tints of Gum Leaf #AEC0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 32.1%
G = 35.42%
B = 32.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#AEC0B0 (or 0xAEC0B0) is known color: Gum Leaf. HEX triplet: AE, C0 and B0. RGB value is (174,192,176). Sum of RGB (Red+Green+Blue) = 174+192+176=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC0B0 is #513F4F. Grayscale: #B8B8B8. Windows color (decimal): -5324624 or 11583662. OLE color: 11583662.

HSL color Cylindrical-coordinate representation of color #AEC0B0: hue angle of 126.67º 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 #AEC0B0 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 192 176 -
CMYK 0.09 0 0.08 0.25
HSL 126.67º 0.13% 0.72% -
HSV(B) 126.67º 0.09% 0.75% -
XYZ 44.14 49.83 48.37 -
YUV 184.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 174 192 176 0.09 0 0.08 0.25 126.67 0.13 0.72
Hex AE C0 B0 9 0 8 19 7F C 48
Octal 256 300 260 11 0 10 31 177 14 110
Binary 10101110 11000000 10110000 1001 0 1000 11001 1111111 1100 1001000

Color Harmonies of #AEC0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0B0

Black with #AEC0B0

Text Example


Text Example

White with #AEC0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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