#AFD2B3

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

Shades of Surf #AFD2B3

Tints of Surf #AFD2B3

Color information

#AFD2B3 (or 0xAFD2B3) is unknown color: approx Surf. HEX triplet: AF, D2 and B3. RGB value is (175,210,179). Sum of RGB (Red+Green+Blue) = 175+210+179=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2B3 is #502D4C. Grayscale: #C4C4C4. Windows color (decimal): -5254477 or 11784879. OLE color: 11784879.

HSL color Cylindrical-coordinate representation of color #AFD2B3: hue angle of 126.86º 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 #AFD2B3 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB175210179-
CMYK0.1700.150.18
HSL126.86º28%75.49%-
HSV(B)126.86º16.67%82.35%-
XYZ48.8658.4651.36-
YUV196118.4113.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 179 (70.31% from 255) = 31.74%
R=31.03%
G=37.23%
B=31.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101790.1700.150.18126.862875.49
HexAFD2B3110F127f1c4b
Octal257322263210172217734113
Binary1010111111010010101100111000101111100101111111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2B3; }

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

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

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

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

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

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

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

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