Html Css Color HEX #AECFB8 Gum Leaf

📋 copy color: '#AECFB8'

red 174 ◦ green 207 ◦ blue 184

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

Shades of Gum Leaf #AECFB8

Tints of Gum Leaf #AECFB8

RGB

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

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

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

R = 30.8%
G = 36.64%
B = 32.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#AECFB8 (or 0xAECFB8) is known color: Gum Leaf. HEX triplet: AE, CF and B8. RGB value is (174,207,184). Sum of RGB (Red+Green+Blue) = 174+207+184=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFB8 is #513047. Grayscale: #C2C2C2. Windows color (decimal): -5320776 or 12111790. OLE color: 12111790.

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

Color convert

RGB 174 207 184 -
CMYK 0.16 0 0.11 0.19
HSL 138.18º 0.26% 0.75% -
HSV(B) 138.18º 0.16% 0.81% -
XYZ 48.42 57.09 53.81 -
YUV 194.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 174 207 184 0.16 0 0.11 0.19 138.18 0.26 0.75
Hex AE CF B8 10 0 B 13 8A 1A 4B
Octal 256 317 270 20 0 13 23 212 32 113
Binary 10101110 11001111 10111000 10000 0 1011 10011 10001010 11010 1001011

Color Harmonies of #AECFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFB8

Black with #AECFB8

Text Example


Text Example

White with #AECFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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