Html Css Color HEX #AECFB7 Gum Leaf

📋 copy color: '#AECFB7'

red 174 ◦ green 207 ◦ blue 183

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

Shades of Gum Leaf #AECFB7

Tints of Gum Leaf #AECFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.45%

R = 30.85%
G = 36.7%
B = 32.45%

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

#AECFB7 (or 0xAECFB7) is known color: Gum Leaf. HEX triplet: AE, CF and B7. RGB value is (174,207,183). Sum of RGB (Red+Green+Blue) = 174+207+183=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFB7 is #513048. Grayscale: #C2C2C2. Windows color (decimal): -5320777 or 12046254. OLE color: 12046254.

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

Color convert

RGB 174 207 183 -
CMYK 0.16 0 0.12 0.19
HSL 136.36º 0.26% 0.75% -
HSV(B) 136.36º 0.16% 0.81% -
XYZ 48.32 57.04 53.26 -
YUV 194.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 174 207 183 0.16 0 0.12 0.19 136.36 0.26 0.75
Hex AE CF B7 10 0 C 13 88 1A 4B
Octal 256 317 267 20 0 14 23 210 32 113
Binary 10101110 11001111 10110111 10000 0 1100 10011 10001000 11010 1001011

Color Harmonies of #AECFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFB7

Black with #AECFB7

Text Example


Text Example

White with #AECFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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