Html Css Color HEX #AECFB4 Gum Leaf

📋 copy color: '#AECFB4'

red 174 ◦ green 207 ◦ blue 180

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

Shades of Gum Leaf #AECFB4

Tints of Gum Leaf #AECFB4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.9%

 BLUE value IS 180 (70.7% from 255) = 32.09%

R = 31.02%
G = 36.9%
B = 32.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#AECFB4 (or 0xAECFB4) is known color: Gum Leaf. HEX triplet: AE, CF and B4. RGB value is (174,207,180). Sum of RGB (Red+Green+Blue) = 174+207+180=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFB4 is #51304B. Grayscale: #C2C2C2. Windows color (decimal): -5320780 or 11849646. OLE color: 11849646.

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

Color convert

RGB 174 207 180 -
CMYK 0.16 0 0.13 0.19
HSL 130.91º 0.26% 0.75% -
HSV(B) 130.91º 0.16% 0.81% -
XYZ 48.01 56.92 51.64 -
YUV 194.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 174 207 180 0.16 0 0.13 0.19 130.91 0.26 0.75
Hex AE CF B4 10 0 D 13 83 1A 4B
Octal 256 317 264 20 0 15 23 203 32 113
Binary 10101110 11001111 10110100 10000 0 1101 10011 10000011 11010 1001011

Color Harmonies of #AECFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFB4

Black with #AECFB4

Text Example


Text Example

White with #AECFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFB4; }

 p { color: rgb(174,207,180); }

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

background-color css

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

 a { background-color: rgb(174,207,180); }

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

border-color css

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

 span { border-color: rgb(174,207,180); }

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