#AFD6BB

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

Shades of Fringy Flower #AFD6BB

Tints of Fringy Flower #AFD6BB

Color information

#AFD6BB (or 0xAFD6BB) is unknown color: approx Fringy Flower. HEX triplet: AF, D6 and BB. RGB value is (175,214,187). Sum of RGB (Red+Green+Blue) = 175+214+187=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD6BB is #502944. Grayscale: #C7C7C7. Windows color (decimal): -5253445 or 12310191. OLE color: 12310191.

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

Color convert

RGB175214187-
CMYK0.1800.130.16
HSL138.46º32.23%76.27%-
HSV(B)138.46º18.22%83.92%-
XYZ50.760.7956.08-
YUV199.26121.08110.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 214 (83.98% from 255) = 37.15%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=30.38%
G=37.15%
B=32.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141870.1800.130.16138.4632.2376.27
HexAFD6BB120D108a204c
Octal257326273220152021240114
Binary101011111101011010111011100100110110000100010101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD6BB; }

 p { color: rgb(175,214,187); }

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

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

 a { background-color: rgb(175,214,187); }

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

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

 span { border-color: rgb(175,214,187); }

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