#AFD2B1

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

Shades of Surf #AFD2B1

Tints of Surf #AFD2B1

Color information

#AFD2B1 (or 0xAFD2B1) is unknown color: approx Surf. HEX triplet: AF, D2 and B1. RGB value is (175,210,177). Sum of RGB (Red+Green+Blue) = 175+210+177=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD2B1 is #502D4E. Grayscale: #C3C3C3. Windows color (decimal): -5254479 or 11653807. OLE color: 11653807.

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

Color convert

RGB175210177-
CMYK0.1700.160.18
HSL123.43º28%75.49%-
HSV(B)123.43º16.67%82.35%-
XYZ48.6658.3850.3-
YUV195.77117.4113.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 210 (82.42% from 255) = 37.37%
BLUE value IS 177 (69.53% from 255) = 31.49%
R=31.14%
G=37.37%
B=31.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101770.1700.160.18123.432875.49
HexAFD2B111010127b1c4b
Octal257322261210202217334113
Binary10101111110100101011000110001010000100101111011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2B1; }

 p { color: rgb(175,210,177); }

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

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

 a { background-color: rgb(175,210,177); }

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

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

 span { border-color: rgb(175,210,177); }

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