Html Css Color HEX #AED3B4 Gum Leaf

📋 copy color: '#AED3B4'

red 174 ◦ green 211 ◦ blue 180

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

Shades of Gum Leaf #AED3B4

Tints of Gum Leaf #AED3B4

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.35%

 BLUE value IS 180 (70.7% from 255) = 31.86%

R = 30.8%
G = 37.35%
B = 31.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#AED3B4 (or 0xAED3B4) is known color: Gum Leaf. HEX triplet: AE, D3 and B4. RGB value is (174,211,180). Sum of RGB (Red+Green+Blue) = 174+211+180=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3B4 is #512C4B. Grayscale: #C4C4C4. Windows color (decimal): -5319756 or 11850670. OLE color: 11850670.

HSL color Cylindrical-coordinate representation of color #AED3B4: hue angle of 129.73º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED3B4 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 180 -
CMYK 0.18 0 0.15 0.17
HSL 129.73º 0.3% 0.75% -
HSV(B) 129.73º 0.18% 0.83% -
XYZ 48.99 58.88 51.96 -
YUV 196.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 174 211 180 0.18 0 0.15 0.17 129.73 0.3 0.75
Hex AE D3 B4 12 0 F 11 82 1E 4B
Octal 256 323 264 22 0 17 21 202 36 113
Binary 10101110 11010011 10110100 10010 0 1111 10001 10000010 11110 1001011

Color Harmonies of #AED3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3B4

Black with #AED3B4

Text Example


Text Example

White with #AED3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3B4; }

 p { color: rgb(174,211,180); }

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

background-color css

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

 a { background-color: rgb(174,211,180); }

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

border-color css

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

 span { border-color: rgb(174,211,180); }

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