#AFD7B4

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

Shades of Surf #AFD7B4

Tints of Surf #AFD7B4

Color information

#AFD7B4 (or 0xAFD7B4) is unknown color: approx Surf. HEX triplet: AF, D7 and B4. RGB value is (175,215,180). Sum of RGB (Red+Green+Blue) = 175+215+180=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD7B4 is #50284B. Grayscale: #C7C7C7. Windows color (decimal): -5253196 or 11851695. OLE color: 11851695.

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

Color convert

RGB175215180-
CMYK0.1900.160.16
HSL127.5º33.33%76.47%-
HSV(B)127.5º18.6%84.31%-
XYZ50.2261.0152.31-
YUV199.05117.25110.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 215 (84.38% from 255) = 37.72%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=30.70%
G=37.72%
B=31.58%

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
Decimal1752151800.1900.160.16127.533.3376.47
HexAFD7B413010107f214c
Octal257327264230202017741114
Binary101011111101011110110100100110100001000011111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7B4; }

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

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

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

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

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

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

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

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