Html Css Color HEX #AECFB3 Gum Leaf

📋 copy color: '#AECFB3'

red 174 ◦ green 207 ◦ blue 179

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

Shades of Gum Leaf #AECFB3

Tints of Gum Leaf #AECFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.96%

R = 31.07%
G = 36.96%
B = 31.96%

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

#AECFB3 (or 0xAECFB3) is known color: Gum Leaf. HEX triplet: AE, CF and B3. RGB value is (174,207,179). Sum of RGB (Red+Green+Blue) = 174+207+179=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFB3 is #51304C. Grayscale: #C2C2C2. Windows color (decimal): -5320781 or 11784110. OLE color: 11784110.

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

Color convert

RGB 174 207 179 -
CMYK 0.16 0 0.14 0.19
HSL 129.09º 0.26% 0.75% -
HSV(B) 129.09º 0.16% 0.81% -
XYZ 47.91 56.88 51.1 -
YUV 193.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 174 207 179 0.16 0 0.14 0.19 129.09 0.26 0.75
Hex AE CF B3 10 0 E 13 81 1A 4B
Octal 256 317 263 20 0 16 23 201 32 113
Binary 10101110 11001111 10110011 10000 0 1110 10011 10000001 11010 1001011

Color Harmonies of #AECFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFB3

Black with #AECFB3

Text Example


Text Example

White with #AECFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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