Html Css Color HEX #AECFB6 Gum Leaf

📋 copy color: '#AECFB6'

red 174 ◦ green 207 ◦ blue 182

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

Shades of Gum Leaf #AECFB6

Tints of Gum Leaf #AECFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.33%

R = 30.91%
G = 36.77%
B = 32.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#AECFB6 (or 0xAECFB6) is known color: Gum Leaf. HEX triplet: AE, CF and B6. RGB value is (174,207,182). Sum of RGB (Red+Green+Blue) = 174+207+182=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFB6 is #513049. Grayscale: #C2C2C2. Windows color (decimal): -5320778 or 11980718. OLE color: 11980718.

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

Color convert

RGB 174 207 182 -
CMYK 0.16 0 0.12 0.19
HSL 134.55º 0.26% 0.75% -
HSV(B) 134.55º 0.16% 0.81% -
XYZ 48.21 57 52.72 -
YUV 194.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 174 207 182 0.16 0 0.12 0.19 134.55 0.26 0.75
Hex AE CF B6 10 0 C 13 87 1A 4B
Octal 256 317 266 20 0 14 23 207 32 113
Binary 10101110 11001111 10110110 10000 0 1100 10011 10000111 11010 1001011

Color Harmonies of #AECFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFB6

Black with #AECFB6

Text Example


Text Example

White with #AECFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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