#AED5B4

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

Shades of Surf #AED5B4

Tints of Surf #AED5B4

Color information

#AED5B4 (or 0xAED5B4) is unknown color: approx Surf. HEX triplet: AE, D5 and B4. RGB value is (174,213,180). Sum of RGB (Red+Green+Blue) = 174+213+180=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5B4 is #512A4B. Grayscale: #C5C5C5. Windows color (decimal): -5319244 or 11851182. OLE color: 11851182.

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

Color convert

RGB174213180-
CMYK0.1800.150.16
HSL129.23º31.71%75.88%-
HSV(B)129.23º18.31%83.53%-
XYZ49.4959.8852.13-
YUV197.58118.08111.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.69%
GREEN value IS 213 (83.59% from 255) = 37.57%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=30.69%
G=37.57%
B=31.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742131800.1800.150.16129.2331.7175.88
HexAED5B4120F1081204c
Octal256325264220172020140114
Binary101011101101010110110100100100111110000100000011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED5B4; }

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

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

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

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

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

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

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

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