Html Css Color HEX #AECCB8 Gum Leaf

📋 copy color: '#AECCB8'

red 174 ◦ green 204 ◦ blue 184

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

Shades of Gum Leaf #AECCB8

Tints of Gum Leaf #AECCB8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.3%

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

R = 30.96%
G = 36.3%
B = 32.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#AECCB8 (or 0xAECCB8) is known color: Gum Leaf. HEX triplet: AE, CC and B8. RGB value is (174,204,184). Sum of RGB (Red+Green+Blue) = 174+204+184=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCB8 is #513347. Grayscale: #C0C0C0. Windows color (decimal): -5321544 or 12111022. OLE color: 12111022.

HSL color Cylindrical-coordinate representation of color #AECCB8: hue angle of 140º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECCB8 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 184 -
CMYK 0.15 0 0.10 0.2
HSL 140º 0.23% 0.74% -
HSV(B) 140º 0.15% 0.8% -
XYZ 47.7 55.65 53.57 -
YUV 192.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 174 204 184 0.15 0 0.10 0.2 140 0.23 0.74
Hex AE CC B8 F 0 A 14 8C 17 4A
Octal 256 314 270 17 0 12 24 214 27 112
Binary 10101110 11001100 10111000 1111 0 1010 10100 10001100 10111 1001010

Color Harmonies of #AECCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCB8

Black with #AECCB8

Text Example


Text Example

White with #AECCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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