Html Css Color HEX #AECFB2 Gum Leaf

📋 copy color: '#AECFB2'

red 174 ◦ green 207 ◦ blue 178

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

Shades of Gum Leaf #AECFB2

Tints of Gum Leaf #AECFB2

RGB

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

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

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

R = 31.13%
G = 37.03%
B = 31.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#AECFB2 (or 0xAECFB2) is known color: Gum Leaf. HEX triplet: AE, CF and B2. RGB value is (174,207,178). Sum of RGB (Red+Green+Blue) = 174+207+178=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFB2 is #51304D. Grayscale: #C1C1C1. Windows color (decimal): -5320782 or 11718574. OLE color: 11718574.

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

Color convert

RGB 174 207 178 -
CMYK 0.16 0 0.14 0.19
HSL 127.27º 0.26% 0.75% -
HSV(B) 127.27º 0.16% 0.81% -
XYZ 47.8 56.84 50.57 -
YUV 193.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 174 207 178 0.16 0 0.14 0.19 127.27 0.26 0.75
Hex AE CF B2 10 0 E 13 7F 1A 4B
Octal 256 317 262 20 0 16 23 177 32 113
Binary 10101110 11001111 10110010 10000 0 1110 10011 1111111 11010 1001011

Color Harmonies of #AECFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFB2

Black with #AECFB2

Text Example


Text Example

White with #AECFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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