Html Css Color HEX #AECEB8 Gum Leaf

📋 copy color: '#AECEB8'

red 174 ◦ green 206 ◦ blue 184

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

Shades of Gum Leaf #AECEB8

Tints of Gum Leaf #AECEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.62%

R = 30.85%
G = 36.52%
B = 32.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#AECEB8 (or 0xAECEB8) is known color: Gum Leaf. HEX triplet: AE, CE and B8. RGB value is (174,206,184). Sum of RGB (Red+Green+Blue) = 174+206+184=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEB8 is #513147. Grayscale: #C1C1C1. Windows color (decimal): -5321032 or 12111534. OLE color: 12111534.

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

Color convert

RGB 174 206 184 -
CMYK 0.16 0 0.11 0.19
HSL 138.75º 0.25% 0.75% -
HSV(B) 138.75º 0.16% 0.81% -
XYZ 48.18 56.6 53.73 -
YUV 193.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 174 206 184 0.16 0 0.11 0.19 138.75 0.25 0.75
Hex AE CE B8 10 0 B 13 8B 19 4B
Octal 256 316 270 20 0 13 23 213 31 113
Binary 10101110 11001110 10111000 10000 0 1011 10011 10001011 11001 1001011

Color Harmonies of #AECEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEB8

Black with #AECEB8

Text Example


Text Example

White with #AECEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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