#AFD4B5

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

Shades of Surf #AFD4B5

Tints of Surf #AFD4B5

Color information

#AFD4B5 (or 0xAFD4B5) is unknown color: approx Surf. HEX triplet: AF, D4 and B5. RGB value is (175,212,181). Sum of RGB (Red+Green+Blue) = 175+212+181=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4B5 is #502B4A. Grayscale: #C5C5C5. Windows color (decimal): -5253963 or 11916463. OLE color: 11916463.

HSL color Cylindrical-coordinate representation of color #AFD4B5: hue angle of 129.73º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD4B5 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB175212181-
CMYK0.1700.150.17
HSL129.73º30.08%75.88%-
HSV(B)129.73º17.45%83.14%-
XYZ49.5659.5452.6-
YUV197.4118.74112.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 212 (83.20% from 255) = 37.32%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=30.81%
G=37.32%
B=31.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121810.1700.150.17129.7330.0875.88
HexAFD4B5110F11821e4c
Octal257324265210172120236114
Binary10101111110101001011010110001011111000110000010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4B5; }

 p { color: rgb(175,212,181); }

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

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

 a { background-color: rgb(175,212,181); }

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

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

 span { border-color: rgb(175,212,181); }

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