#AED7B4

Color #AED7B4 Surf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf #AED7B4

Tints of Surf #AED7B4

Color information

#AED7B4 (or 0xAED7B4) is unknown color: approx Surf. HEX triplet: AE, D7 and B4. RGB value is (174,215,180). Sum of RGB (Red+Green+Blue) = 174+215+180=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7B4 is #51284B. Grayscale: #C6C6C6. Windows color (decimal): -5318732 or 11851694. OLE color: 11851694.

HSL color Cylindrical-coordinate representation of color #AED7B4: hue angle of 128.78º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED7B4 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB174215180-
CMYK0.1900.160.16
HSL128.78º33.88%76.27%-
HSV(B)128.78º19.07%84.31%-
XYZ49.9960.8952.3-
YUV198.75117.42110.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 215 (84.38% from 255) = 37.79%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=30.58%
G=37.79%
B=31.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742151800.1900.160.16128.7833.8876.27
HexAED7B4130101081224c
Octal256327264230202020142114
Binary1010111011010111101101001001101000010000100000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED7B4; }

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

 H1.HeaderClassName
 {
   color: #AED7B4;
 }
 .AnyTagClassName
 {
   color: #AED7B4;
 }
</style>
background-color css

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

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

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

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

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

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